about summary refs log tree commit diff homepage
path: root/test/Feature
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2020-09-28 17:45:01 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2020-09-30 21:28:12 +0100
commit54b5487f3fbe0c33dc4c36410e82fa38a2da681a (patch)
treefffc3514db2c016d72553ff9fcd9743bce3d51e8 /test/Feature
parent07deecf58adad20fbc44b9b74dbac1e65e2b6647 (diff)
downloadklee-54b5487f3fbe0c33dc4c36410e82fa38a2da681a.tar.gz
tests: support .test and introduce %klee-stats
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/KleeStats.c2
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>