tests/tcg: add some help output for running individual tests
commit6f6ca067d2712261502346db6508b8de43adb1a2
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 15 Mar 2023 17:43:06 +0000 (15 17:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 22 Mar 2023 15:06:57 +0000 (22 15:06 +0000)
treed5d4f69467e0a94b288e2d842d810a623c1df2aa
parent32ba75adc009763db8a9686a57c268b82e774f48
tests/tcg: add some help output for running individual tests

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>
tests/tcg/Makefile.target