about summary refs log tree commit diff homepage
path: root/test/Feature/ubsan/ubsan_enum.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/ubsan/ubsan_enum.c')
-rw-r--r--test/Feature/ubsan/ubsan_enum.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/ubsan/ubsan_enum.c b/test/Feature/ubsan/ubsan_enum.c
index d6422fcb..1c79629a 100644
--- a/test/Feature/ubsan/ubsan_enum.c
+++ b/test/Feature/ubsan/ubsan_enum.c
@@ -1,6 +1,8 @@
 // RUN: %clangxx %s -fsanitize=enum -emit-llvm -g %O0opt -c -o %t.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --emit-all-errors --ubsan-runtime %t.bc 2>&1 | FileCheck %s
+// RUN: ls %t.klee-out/ | grep .ktest | wc -l | grep 2
+// RUN: ls %t.klee-out/ | grep .undefined_behavior.err | wc -l | grep 1
 
 #include "klee/klee.h"