Skip to content

Commit

Permalink
tests/tcg/mips: include common mips hello-mips
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
  • Loading branch information
stsquad committed Jun 20, 2018
1 parent 6bf7751 commit 2ac93f1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tests/tcg/mips/Makefile.target
@@ -0,0 +1,19 @@
# -*- Mode: makefile -*-
#
# MIPS - included from tests/tcg/Makefile.target
#

MIPS_SRC=$(SRC_PATH)/tests/tcg/mips

# Set search path for all sources
VPATH += $(MIPS_SRC)

MIPS_TESTS=hello-mips

TESTS += $(MIPS_TESTS)

hello-mips: CFLAGS+=-ffreestanding
hello-mips: LDFLAGS+=-nostdlib

# For MIPS32 and 64 we have a bunch of extra tests in sub-directories
# however they are intended for system tests.

0 comments on commit 2ac93f1

Please sign in to comment.