about summary refs log tree commit diff homepage
path: root/test
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2015-10-20 14:28:50 +0100
committerDan Liew <daniel.liew@imperial.ac.uk>2015-10-20 14:28:50 +0100
commit2f9b4c233bbb49c17c506dd424801068cb8003df (patch)
tree95ad7305afa86aaeb0a7b29eebd4d58911b5d8ce /test
parent8d23a381e608a8f6c78ba62a3fcb4e6ec2be6d85 (diff)
downloadklee-2f9b4c233bbb49c17c506dd424801068cb8003df.tar.gz
Hack support for building a 32-bit Docker image for KLEE.
The tests don't seem to pass right now.
Diffstat (limited to 'test')
-rw-r--r--test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 0be49bd8..cbaa3ba4 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -17,7 +17,7 @@ except ImportError:
 config.name = 'KLEE'
 
 # testFormat: The test format to use to interpret tests.
-config.test_format = lit.formats.ShTest(execute_external=False)
+config.test_format = lit.formats.ShTest(execute_external=True)
 
 # suffixes: A list of file extensions to treat as test files
 # Note this can be overridden by lit.local.cfg files