mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
f930224fff
commit
8886ff2844
|
@ -27,5 +27,9 @@ run-gdbstub-memory: memory
|
||||||
--bin $< --test $(MULTIARCH_SRC)/gdbstub/memory.py, \
|
--bin $< --test $(MULTIARCH_SRC)/gdbstub/memory.py, \
|
||||||
"softmmu gdbstub support")
|
"softmmu gdbstub support")
|
||||||
|
|
||||||
MULTIARCH_RUNS += run-gdbstub-memory
|
else
|
||||||
|
run-gdbstub-%:
|
||||||
|
$(call skip-test, "gdbstub test $*", "need working gdb")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
MULTIARCH_RUNS += run-gdbstub-memory
|
||||||
|
|
Loading…
Reference in New Issue