On 14/04/2022 14.28, Thomas Huth wrote:
The fuzz-sdcard-test is currently scheduled for all targets,
but the code limits itself to "i386". Move it to the right
list in meson.build and allow it to be run on "x86_64", too.
While we're at it, also clean up the wrong indentation in
fuzz-sdcard-test.c (it was using 3 spaces instead of 4 in some
lines).
Signed-off-by: Thomas Huth <th...@redhat.com>
---
tests/qtest/fuzz-sdcard-test.c | 6 +++---
Oh, well, I just noticed that the other fuzz tests have the same issue, to
(they only work on x86) ... so never mind this patch, I'll create a new one
that moves the other fuzz tests, too.
Thomas