qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 07/31] tests/tcg: add some help output for running individual test


From: Alex Bennée
Subject: [PULL 07/31] tests/tcg: add some help output for running individual tests
Date: Sat, 18 Mar 2023 11:46:20 +0000

So you can do:

  cd tests/tcg/aarch64-linux-user
  make -f ../Makefile.target help

To see the list of tests. You can then run each one individually.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230315174331.2959-8-alex.bennee@linaro.org>

diff --git a/tests/tcg/Makefile.target b/tests/tcg/Makefile.target
index a3b0aaf8af..8318caf924 100644
--- a/tests/tcg/Makefile.target
+++ b/tests/tcg/Makefile.target
@@ -201,3 +201,10 @@ clean:
 
 distclean:
        rm -f config-cc.mak config-target.mak ../config-$(TARGET).mak
+
+.PHONY: help
+help:
+       @echo "TCG tests help $(TARGET_NAME)"
+       @echo "Built with $(CC)"
+       @echo "Available tests:"
+       @$(foreach t,$(RUN_TESTS),echo "  $t";)
-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]