diff options
| author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-10-20 14:28:50 +0100 |
|---|---|---|
| committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-10-20 14:28:50 +0100 |
| commit | 2f9b4c233bbb49c17c506dd424801068cb8003df (patch) | |
| tree | 95ad7305afa86aaeb0a7b29eebd4d58911b5d8ce /test | |
| parent | 8d23a381e608a8f6c78ba62a3fcb4e6ec2be6d85 (diff) | |
| download | klee-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.cfg | 2 |
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 |
