Skip to content
Snippets Groups Projects
Commit 8886ff28 authored by Alex Bennée's avatar Alex Bennée
Browse files

tests/tcg: fix silent skipping of softmmu gdb tests


Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Message-Id: <20210211122750.22645-16-alex.bennee@linaro.org>
parent f930224f
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment