On 13/10/2024 17.27, Alex Bennée wrote:
Thomas Huth <th...@redhat.com> writes:

This patch series converts the tests/avocado/tuxrun_baselines.py
to the new functional test framework. While converting the sh4 test,
I noticed that the Avocado test was completely broken, so I included
a fix (revert) for that problem in this series, too.

How can I run them from meson? I don't see them in list (but make
check-functional works). Shouldn't I be able to do:

   ./pyvenv/bin/meson test qemu:func-thorough

?

Did you regenerate the meson files before running this command?

Anyway, the "official" way to run the tests is:

 make check-functional

This should take care of
1) Regenerating the meson files if necessary
2) Precaching the assets if necessary
3) Running the tests

Hope that works,
  Thomas


Reply via email to