about summary refs log tree commit diff homepage
path: root/test/lit.site.cfg.in
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.site.cfg.in
parent9d730c318aa77593d2cb6898c0b530dbec14f045 (diff)
downloadklee-916b72a7955cbb06d1a10640f8c6daea14da523e.tar.gz
tests: disable CompressedExprLogging on zlib-less systems
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r--test/lit.site.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in
index cea7ad26..9ef21489 100644
--- a/test/lit.site.cfg.in
+++ b/test/lit.site.cfg.in
@@ -27,6 +27,7 @@ config.enable_posix_runtime = True if @ENABLE_POSIX_RUNTIME@ == 1 else False
 config.have_selinux = True if @HAVE_SELINUX@ == 1 else False
 config.enable_stp = True if @ENABLE_STP@ == 1 else False
 config.enable_z3 = True if @ENABLE_Z3@ == 1 else False
+config.enable_zlib = True if @HAVE_ZLIB_H@ == 1 else False
 config.have_asan = True if @IS_ASAN_BUILD@ == 1 else False
 config.have_ubsan = True if @IS_UBSAN_BUILD@ == 1 else False