aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzer/simple-cmp.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/simple-cmp.test')
-rw-r--r--test/fuzzer/simple-cmp.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/fuzzer/simple-cmp.test b/test/fuzzer/simple-cmp.test
index 3206e9179..e146379b2 100644
--- a/test/fuzzer/simple-cmp.test
+++ b/test/fuzzer/simple-cmp.test
@@ -1,3 +1,7 @@
RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest
-CHECK: BINGO
+
RUN: not %run %t-SimpleCmpTest -seed=1 -runs=100000000 2>&1 | FileCheck %s
+RUN: %run %t-SimpleCmpTest -max_total_time=1 -use_cmp=0 2>&1 | FileCheck %s --check-prefix=MaxTotalTime
+MaxTotalTime: Done {{.*}} runs in {{.}} second(s)
+
+CHECK: BINGO