diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-02-28 19:06:33 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-03-01 10:31:28 +0000 |
commit | 6348a546ed23f0d4bbf1b64ce35faf1dc719718a (patch) | |
tree | d968e8160067a7269db89180e84f942d1140637c /tests/fp/berkeley-testfloat-3 | |
parent | c997068077fbeabb8b3810bdf1592e5a0d7548c3 (diff) | |
download | qemu-6348a546ed23f0d4bbf1b64ce35faf1dc719718a.zip qemu-6348a546ed23f0d4bbf1b64ce35faf1dc719718a.tar.gz qemu-6348a546ed23f0d4bbf1b64ce35faf1dc719718a.tar.bz2 |
tests: make fp-test less chatty when running from test suite
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>
Diffstat (limited to 'tests/fp/berkeley-testfloat-3')
m--------- | tests/fp/berkeley-testfloat-3 | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/fp/berkeley-testfloat-3 b/tests/fp/berkeley-testfloat-3 -Subproject 5a59dcec19327396a011a17fd924aed4fec416b +Subproject 40619cbb3bf32872df8c53cc457039229428a26 |