aboutsummaryrefslogtreecommitdiff
path: root/source/genCases_writeTestsTotal.c
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2023-02-17 10:29:01 +0000
committerAlex Bennée <alex.bennee@linaro.org>2023-02-17 10:29:01 +0000
commit40619cbb3bf32872df8c53cc457039229428a263 (patch)
tree877ee55e67394f33550e22f0eda8bad463d155f2 /source/genCases_writeTestsTotal.c
parent5a59dcec19327396a011a17fd924aed4fec416b3 (diff)
downloadberkeley-testfloat-3-40619cbb3bf32872df8c53cc457039229428a263.zip
berkeley-testfloat-3-40619cbb3bf32872df8c53cc457039229428a263.tar.gz
berkeley-testfloat-3-40619cbb3bf32872df8c53cc457039229428a263.tar.bz2
All verbosity reduction in the testfloat code
By itself this has no effect as the flag never gets altered by the original code. However QEMU's fp-test program directly include the test float code and that will shortly gain the ability to twiddle this flag. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'source/genCases_writeTestsTotal.c')
-rw-r--r--source/genCases_writeTestsTotal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/genCases_writeTestsTotal.c b/source/genCases_writeTestsTotal.c
index 8ad6f91..10d8398 100644
--- a/source/genCases_writeTestsTotal.c
+++ b/source/genCases_writeTestsTotal.c
@@ -38,13 +38,14 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdio.h>
#include "platform.h"
#include "genCases.h"
+#include "verCases.h"
void genCases_writeTestsTotal( bool forever )
{
if ( forever ) {
fputs( "Unbounded tests.\n", stderr );
- } else {
+ } else if (verCases_verbosity) {
if ( 2000000000 <= genCases_total ) {
fprintf(
stderr,