OSDN Git Service

tests: make fp-test less chatty when running from test suite
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 28 Feb 2023 19:06:33 +0000 (19:06 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 1 Mar 2023 10:31:28 +0000 (10:31 +0000)
commit6348a546ed23f0d4bbf1b64ce35faf1dc719718a
treed968e8160067a7269db89180e84f942d1140637c
parentc997068077fbeabb8b3810bdf1592e5a0d7548c3
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>
tests/fp/berkeley-testfloat-3
tests/fp/fp-test.c
tests/fp/meson.build