Skip to content

Commit

Permalink
[chore] Add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Oct 5, 2023
1 parent 9e9e6fc commit de5a39f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/Solver/CexCacheCheckBinding.c
Original file line number Diff line number Diff line change
@@ -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-cex-cache-check-binding --search=bfs --use-guided-search=none --use-cex-cache=false %t1.bc 2>&1 | FileCheck %s

#include "ExerciseSolver.c.inc"

// CHECK: KLEE: done: completed paths = 18
// CHECK: KLEE: done: partially completed paths = 0

0 comments on commit de5a39f

Please sign in to comment.