Skip to content
Snippets Groups Projects
Commit f7c3389c authored by Maxim Menshikov's avatar Maxim Menshikov
Browse files

symbolic execution: exit on error

parent 013672aa
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ run_symbolic_execution:
cat $file >> klee_test.c
done
- clang -emit-llvm -g -o0 -c klee_test.c -o test.bc
- klee --libc=uclibc --posix-runtime test.bc
- klee --exit-on-error --libc=uclibc --posix-runtime test.bc
- clang klee_test.c -DSYMBOLIC_EXECUTION -lkleeRuntest -L /home/klee/klee_build/lib -o klee_runner
- |+
for file in `ls klee-out-0/*.ktest` ; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment