mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 13:31:52 -06:00
As we like to run tests under CI with V=1 flags the softfloat tests can add up to a fair amount of extra log lines. With an update to the testfloat library we can now call fp-test with the -q flag and reduce the output to a terse one line per function tested. make check-softfloat V=1 | wc -l 759 Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230228190653.1602033-5-alex.bennee@linaro.org> |
||
|---|---|---|
| .. | ||
| berkeley-softfloat-3@b64af41c32 | ||
| berkeley-testfloat-3@40619cbb3b | ||
| fp-bench.c | ||
| fp-test-log2.c | ||
| fp-test.c | ||
| meson.build | ||
| platform.h | ||
| wrap.c.inc | ||