diff options
author | Frank Busse <bb0xfb@gmail.com> | 2020-09-28 17:45:01 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2020-09-30 21:28:12 +0100 |
commit | 54b5487f3fbe0c33dc4c36410e82fa38a2da681a (patch) | |
tree | fffc3514db2c016d72553ff9fcd9743bce3d51e8 /test/regression | |
parent | 07deecf58adad20fbc44b9b74dbac1e65e2b6647 (diff) | |
download | klee-54b5487f3fbe0c33dc4c36410e82fa38a2da681a.tar.gz |
tests: support .test and introduce %klee-stats
Diffstat (limited to 'test/regression')
-rw-r--r-- | test/regression/2017-03-23-early-exit-log-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2017-03-23-early-exit-log-stats.c b/test/regression/2017-03-23-early-exit-log-stats.c index 6fb3d023..892e1d9e 100644 --- a/test/regression/2017-03-23-early-exit-log-stats.c +++ b/test/regression/2017-03-23-early-exit-log-stats.c @@ -2,7 +2,7 @@ // RUN: rm -rf %t.klee-out // Delay writing instructions so that we ensure on exit that flush happens // RUN: not %klee --output-dir=%t.klee-out -exit-on-error -stats-write-interval=0 -stats-write-after-instructions=999999 -stats-commit-after=1 %t.bc 2> %t.log -// RUN: klee-stats --to-csv %t.klee-out > %t.stats.csv +// RUN: %klee-stats --to-csv %t.klee-out > %t.stats.csv // RUN: FileCheck -check-prefix=CHECK-KLEE -input-file=%t.log %s // RUN: FileCheck -check-prefix=CHECK-STATS -input-file=%t.stats.csv %s #include "klee/klee.h" |