On 01/07/19 16:42, Philippe Mathieu-Daudé wrote: > $ make check-qtest-x86_64 GTESTER_OPTIONS="-p /x86_64/acpi" > > But this commit removed the use of $GTESTER_OPTIONS, however it is > still documented: > > $ make check-help > [...] > The variable SPEED can be set to control the gtester speed setting. > Default options are -k and (for make V=1) --verbose; they can be > changed with variable GTESTER_OPTIONS. > > Is it possible to filter the tests to run with the TAP driver?
Yes, we can just add $GTESTER_OPTIONS to the invocation of the test executables. Paolo