aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/mips
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-04-24 15:21:50 +0100
committerAlex Bennée <alex.bennee@linaro.org>2018-06-20 20:22:34 +0100
commit83749e649e169c7cb2c0088fda51d26c33b80af6 (patch)
tree69ef3d7c3a84951b2606ef60a0607650c27eeb13 /tests/tcg/mips
parent607bf9b5a5245563a80cb9484f2fd85d58c46fdc (diff)
tests/tcg: override runners for broken tests
To get a clean run of check-tcg these tests are currently skipped: - hello-mips for mips - linux-test for sparc Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'tests/tcg/mips')
-rw-r--r--tests/tcg/mips/Makefile.target3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tcg/mips/Makefile.target b/tests/tcg/mips/Makefile.target
index 71f0c2dd53..086625f533 100644
--- a/tests/tcg/mips/Makefile.target
+++ b/tests/tcg/mips/Makefile.target
@@ -17,3 +17,6 @@ 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.
+
+run-hello-mips: hello-mips
+ $(call skip-test, $<, "BROKEN")