diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2023-03-20 17:50:30 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-03-22 17:02:03 +0000 |
commit | 5c8610ec5e6fd54746b2934bcb0a4d63ef20b0bf (patch) | |
tree | 2b8f8fbe82f4c5fa56dc52c1524dc42edb90fce9 /test/Programs | |
parent | 1398e960ec9aca3f0ceac5e37062631986b9c2a8 (diff) | |
download | klee-5c8610ec5e6fd54746b2934bcb0a4d63ef20b0bf.tar.gz |
Explicitly check if 32bit support is enabled for testing
Ignore test in the first place, if no 32bit is enabled.
Diffstat (limited to 'test/Programs')
-rw-r--r-- | test/Programs/pcregrep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Programs/pcregrep.c b/test/Programs/pcregrep.c index ba5c79db..7bcef671 100644 --- a/test/Programs/pcregrep.c +++ b/test/Programs/pcregrep.c @@ -1,3 +1,4 @@ +// REQUIRES: 32bit-support // RUN: %clang -m32 %s -emit-llvm %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --libc=klee --exit-on-error %t1.bc 2 2 |