about summary refs log tree commit diff homepage
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2018-10-12 11:53:28 +0100
committerMartinNowack <martin.nowack@gmail.com>2018-10-17 09:21:19 +0100
commit916b72a7955cbb06d1a10640f8c6daea14da523e (patch)
treeb425e4ba0fe9a8b6f4ecc41bc36af4a1eb01577b /test/lit.cfg
parent9d730c318aa77593d2cb6898c0b530dbec14f045 (diff)
downloadklee-916b72a7955cbb06d1a10640f8c6daea14da523e.tar.gz
tests: disable CompressedExprLogging on zlib-less systems
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 56fb6fdd..0bbadafb 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -178,6 +178,9 @@ if config.enable_z3:
 else:
   config.available_features.add('not-z3')
 
+# Zlib
+config.available_features.add('zlib' if config.enable_zlib else 'not-zlib')
+
 # POSIX runtime feature
 if config.enable_posix_runtime:
   config.available_features.add('posix-runtime')