diff options
author | Frank Busse <bb0xfb@gmail.com> | 2018-10-12 11:53:28 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2018-10-17 09:21:19 +0100 |
commit | 916b72a7955cbb06d1a10640f8c6daea14da523e (patch) | |
tree | b425e4ba0fe9a8b6f4ecc41bc36af4a1eb01577b /test/Feature/CompressedExprLogging.c | |
parent | 9d730c318aa77593d2cb6898c0b530dbec14f045 (diff) | |
download | klee-916b72a7955cbb06d1a10640f8c6daea14da523e.tar.gz |
tests: disable CompressedExprLogging on zlib-less systems
Diffstat (limited to 'test/Feature/CompressedExprLogging.c')
-rw-r--r-- | test/Feature/CompressedExprLogging.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/CompressedExprLogging.c b/test/Feature/CompressedExprLogging.c index ba20428d..4813190d 100644 --- a/test/Feature/CompressedExprLogging.c +++ b/test/Feature/CompressedExprLogging.c @@ -1,3 +1,4 @@ +// REQUIRES: zlib // RUN: %llvmgcc %s -emit-llvm -g -O0 -c -o %t1.bc // We disable the cex-cache to eliminate nondeterminism across different // solvers, in particular when counting the number of queries in the last two |