From 193733044666af86e295c1f9957dbd21caa5612b Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sun, 12 Jan 2014 18:38:02 +0000 Subject: Removed use of deprecated Tcl parser for tests. This allows llvm-lit from LLVM3.3 to actually run KLEE's testsuite. Things still seem to be broken though. --- test/lit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/lit.cfg b/test/lit.cfg index 39aaa824..c2144d43 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -8,7 +8,7 @@ import os config.name = 'KLEE' # testFormat: The test format to use to interpret tests. -config.test_format = lit.formats.TclTest() +config.test_format = lit.formats.ShTest(execute_external=False) # suffixes: A list of file extensions to treat as test files, this is actually # set by on_clone(). -- cgit 1.4.1