Re: [PATCH 2/4] tests/qtest: Make fuzz-test generic to all targets

2021-01-26 Thread Philippe Mathieu-Daudé
On 1/15/21 11:21 PM, Thomas Huth wrote: > On 15/01/2021 16.09, Philippe Mathieu-Daudé wrote: >> Tests in fuzz-test's main() already check for the supported >> architecture before adding tests, therefore this test is not >> specific to the X86 target. Move it to the generic set. > > As long as it d

Re: [PATCH 2/4] tests/qtest: Make fuzz-test generic to all targets

2021-01-15 Thread Thomas Huth
On 15/01/2021 16.09, Philippe Mathieu-Daudé wrote: Tests in fuzz-test's main() already check for the supported architecture before adding tests, therefore this test is not specific to the X86 target. Move it to the generic set. As long as it does not run any test on non-x86, it does not make se

[PATCH 2/4] tests/qtest: Make fuzz-test generic to all targets

2021-01-15 Thread Philippe Mathieu-Daudé
Tests in fuzz-test's main() already check for the supported architecture before adding tests, therefore this test is not specific to the X86 target. Move it to the generic set. Signed-off-by: Philippe Mathieu-Daudé --- tests/qtest/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(