diff options
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 |
