qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v2 07/32] tests/tcg: add some help output for running individ


From: Thomas Huth
Subject: Re: [PATCH v2 07/32] tests/tcg: add some help output for running individual tests
Date: Fri, 17 Mar 2023 13:08:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 15/03/2023 18.43, Alex Bennée wrote:
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>
---
  tests/tcg/Makefile.target | 7 +++++++
  1 file changed, 7 insertions(+)

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";)

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

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