diff options
Diffstat (limited to 'test/Solver/DummySolver.c')
-rw-r--r-- | test/Solver/DummySolver.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Solver/DummySolver.c b/test/Solver/DummySolver.c new file mode 100644 index 00000000..f6fe3671 --- /dev/null +++ b/test/Solver/DummySolver.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 --solver-backend=dummy %t1.bc + +#include "ExerciseSolver.c.inc" + +// CHECK: KLEE: done: completed paths = 0 +// CHECK: KLEE: done: partially completed paths = 1 |