diff options
author | Pavel <operasfantom@gmail.com> | 2022-03-26 14:05:08 +0400 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2022-09-14 20:40:10 +0100 |
commit | f3f4736956bb906e480d7ba50e1836c611f26be7 (patch) | |
tree | c6cd6ec3cf8cfca137f5045ea99d87f1a2c03af2 /test/Feature/ubsan/ubsan_null.c | |
parent | d2445083b152a5b9bff20125910f832af0d4a3de (diff) | |
download | klee-f3f4736956bb906e480d7ba50e1836c611f26be7.tar.gz |
Check extensions of generated files in tests
Diffstat (limited to 'test/Feature/ubsan/ubsan_null.c')
-rw-r--r-- | test/Feature/ubsan/ubsan_null.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/ubsan/ubsan_null.c b/test/Feature/ubsan/ubsan_null.c index 5f3a516f..f5ad6fdf 100644 --- a/test/Feature/ubsan/ubsan_null.c +++ b/test/Feature/ubsan/ubsan_null.c @@ -1,6 +1,8 @@ // RUN: %clang %s -fsanitize=null -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 .ptr.err | wc -l | grep 1 #include "klee/klee.h" |