about summary refs log tree commit diff homepage
path: root/test/Solver/ValidatingSolver.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Solver/ValidatingSolver.c')
-rw-r--r--test/Solver/ValidatingSolver.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Solver/ValidatingSolver.c b/test/Solver/ValidatingSolver.c
new file mode 100644
index 00000000..86799a85
--- /dev/null
+++ b/test/Solver/ValidatingSolver.c
@@ -0,0 +1,8 @@
+// RUN: %clang %s -emit-llvm %O0opt -c -o %t1.bc
+// RUN: rm -rf %t.klee-out
+// RUN: %klee --output-dir=%t.klee-out --debug-validate-solver --debug-assignment-validating-solver %t1.bc
+
+#include "ExerciseSolver.c.inc"
+
+// CHECK: KLEE: done: completed paths = 15
+// CHECK: KLEE: done: partially completed paths = 0
\ No newline at end of file