diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-05-20 15:05:30 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-05-27 14:26:49 +0100 |
commit | be9bc1b73a12f1ebfb2ce2f9edfacc5d1304561a (patch) | |
tree | c3132bf934ffb7c2f44c37f2bb2546a3b7bfdfaf /tests | |
parent | 6f83cf88f02a98e857b6cadd4b4e27401b901bba (diff) | |
download | qemu-be9bc1b73a12f1ebfb2ce2f9edfacc5d1304561a.zip qemu-be9bc1b73a12f1ebfb2ce2f9edfacc5d1304561a.tar.gz qemu-be9bc1b73a12f1ebfb2ce2f9edfacc5d1304561a.tar.bz2 |
tests/tcg: fix invocation of the memory record/replay tests
I'm not sure when this broke but we should use EXTRA_RUNS for
"virtual" tests which are not generated from the binary names.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200520140541.30256-5-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tcg/aarch64/Makefile.softmmu-target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/aarch64/Makefile.softmmu-target b/tests/tcg/aarch64/Makefile.softmmu-target index 71f72cf..1057a8a 100644 --- a/tests/tcg/aarch64/Makefile.softmmu-target +++ b/tests/tcg/aarch64/Makefile.softmmu-target @@ -61,7 +61,7 @@ run-memory-replay: memory-replay run-memory-record $(QEMU_OPTS) memory, \ "$< on $(TARGET_NAME)") -EXTRA_TESTS+=memory-record memory-replay +EXTRA_RUNS+=run-memory-replay ifneq ($(DOCKER_IMAGE)$(CROSS_CC_HAS_ARMV8_3),) pauth-3: CFLAGS += -march=armv8.3-a |