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/Feature | |
parent | 07deecf58adad20fbc44b9b74dbac1e65e2b6647 (diff) | |
download | klee-54b5487f3fbe0c33dc4c36410e82fa38a2da681a.tar.gz |
tests: support .test and introduce %klee-stats
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/KleeStats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/KleeStats.c b/test/Feature/KleeStats.c index 48305358..4bff2f40 100644 --- a/test/Feature/KleeStats.c +++ b/test/Feature/KleeStats.c @@ -1,7 +1,7 @@ // RUN: %clang %s -emit-llvm -g %O0opt -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out %t.bc 2> %t.log -// RUN: klee-stats --print-more %t.klee-out > %t.stats +// RUN: %klee-stats --print-more %t.klee-out > %t.stats // RUN: FileCheck -check-prefix=CHECK-STATS -input-file=%t.stats %s #include "klee/klee.h" #include <stdlib.h> |