]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/tcg: move "virtual" tests to EXTRA_TESTS
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 10 Oct 2019 16:56:11 +0000 (17:56 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (15:12 +0000)
Otherwise clever expanders like the plugins test get unstuck.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
tests/tcg/Makefile.target
tests/tcg/aarch64/Makefile.softmmu-target

index 84abbd24f3477ec36bbf5431518aa70343f74f74..96646130020909be30aa7ead25ae83f52e724bc8 100644 (file)
@@ -66,6 +66,8 @@ conditional-diff-out =                                                        \
 
 # Tests we are building
 TESTS=
+# additional tests which may re-use existing binaries
+EXTRA_TESTS=
 
 # Start with a blank slate, the build targets get to add stuff first
 CFLAGS=
@@ -109,7 +111,7 @@ else
 
 endif
 
-all: $(TESTS)
+all: $(TESTS) $(EXTRA_TESTS)
 
 #
 # Test Runners
index b4b39579634ab822ba4ace157b5d9e791d57248e..950dbb4bac26bb84db6462425b9f6d079e0754bb 100644 (file)
@@ -52,4 +52,4 @@ run-memory-replay: memory-replay run-memory-record
                  $(QEMU_OPTS) memory, \
          "$< on $(TARGET_NAME)")
 
-TESTS+=memory-record memory-replay
+EXTRA_TESTS+=memory-record memory-replay