summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Bennée2021-02-11 13:27:50 +0100
committerAlex Bennée2021-02-15 10:38:54 +0100
commit8886ff2844dc1a62dc4722ac65daf57c27dda2ee (patch)
tree510d1addb82821becd20facf2650aca5febfe06d
parentbswap.h: Remove unused float-access functions (diff)
downloadqemu-8886ff2844dc1a62dc4722ac65daf57c27dda2ee.tar.gz
qemu-8886ff2844dc1a62dc4722ac65daf57c27dda2ee.tar.xz
qemu-8886ff2844dc1a62dc4722ac65daf57c27dda2ee.zip
tests/tcg: fix silent skipping of softmmu gdb tests
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210211122750.22645-16-alex.bennee@linaro.org>
-rw-r--r--tests/tcg/multiarch/system/Makefile.softmmu-target6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/tcg/multiarch/system/Makefile.softmmu-target b/tests/tcg/multiarch/system/Makefile.softmmu-target
index 4657f6e4cf..625ed792c6 100644
--- a/tests/tcg/multiarch/system/Makefile.softmmu-target
+++ b/tests/tcg/multiarch/system/Makefile.softmmu-target
@@ -27,5 +27,9 @@ run-gdbstub-memory: memory
--bin $< --test $(MULTIARCH_SRC)/gdbstub/memory.py, \
"softmmu gdbstub support")
-MULTIARCH_RUNS += run-gdbstub-memory
+else
+run-gdbstub-%:
+ $(call skip-test, "gdbstub test $*", "need working gdb")
endif
+
+MULTIARCH_RUNS += run-gdbstub-memory