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.ben...@linaro.org> --- tests/tcg/aarch64/Makefile.softmmu-target | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/tcg/aarch64/Makefile.softmmu-target b/tests/tcg/aarch64/Makefile.softmmu-target index 71f72cfbe34..efc642139c6 100644 --- a/tests/tcg/aarch64/Makefile.softmmu-target +++ b/tests/tcg/aarch64/Makefile.softmmu-target @@ -43,8 +43,7 @@ run-plugin-semiconsole-with-%: semiconsole $(call skip-test, $<, "MANUAL ONLY") # Simple Record/Replay Test -.PHONY: memory-record -run-memory-record: memory-record memory +run-memory-record: memory $(call run-test, $<, \ $(QEMU) -monitor none -display none \ -chardev file$(COMMA)path=$<.out$(COMMA)id=output \ @@ -52,8 +51,7 @@ run-memory-record: memory-record memory $(QEMU_OPTS) memory, \ "$< on $(TARGET_NAME)") -.PHONY: memory-replay -run-memory-replay: memory-replay run-memory-record +run-memory-replay: memory run-memory-record $(call run-test, $<, \ $(QEMU) -monitor none -display none \ -chardev file$(COMMA)path=$<.out$(COMMA)id=output \ @@ -61,7 +59,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 -- 2.20.1