]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/tcg: don't silently skip the gdb tests
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 2 Feb 2021 13:39:54 +0000 (13:39 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Feb 2021 09:41:00 +0000 (09:41 +0000)
Otherwise people won't know what they are missing.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210202134001.25738-10-alex.bennee@linaro.org>

tests/tcg/multiarch/Makefile.target

index 1dd0f64d2389299e46ab4c7b23d10205e2fa924d..abbdb2e12655987ea3761126b15c221e6636819f 100644 (file)
@@ -63,8 +63,11 @@ run-gdbstub-qxfer-auxv-read: sha1
                --bin $< --test $(MULTIARCH_SRC)/gdbstub/test-qxfer-auxv-read.py, \
        "basic gdbstub qXfer:auxv:read support")
 
-EXTRA_RUNS += run-gdbstub-sha1 run-gdbstub-qxfer-auxv-read
+else
+run-gdbstub-%:
+       $(call skip-test, "gdbstub test $*", "need working gdb")
 endif
+EXTRA_RUNS += run-gdbstub-sha1 run-gdbstub-qxfer-auxv-read
 
 
 # Update TESTS