From: Alex Bennée Date: Tue, 2 Feb 2021 13:39:54 +0000 (+0000) Subject: tests/tcg: don't silently skip the gdb tests X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=46bae04a860ebfe331fc6147ed20bcb8d361755d;p=qemu.git tests/tcg: don't silently skip the gdb tests Otherwise people won't know what they are missing. Signed-off-by: Alex Bennée Message-Id: <20210202134001.25738-10-alex.bennee@linaro.org> --- diff --git a/tests/tcg/multiarch/Makefile.target b/tests/tcg/multiarch/Makefile.target index 1dd0f64d23..abbdb2e126 100644 --- a/tests/tcg/multiarch/Makefile.target +++ b/tests/tcg/multiarch/Makefile.target @@ -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