Skip to content

Commit

Permalink
tests/tcg: don't silently skip the gdb tests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stsquad committed Feb 8, 2021
1 parent d6a66c8 commit 46bae04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/tcg/multiarch/Makefile.target
Expand Up @@ -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
Expand Down

0 comments on commit 46bae04

Please sign in to comment.