From 2cfdfe0ddc88c8ec9619c37fd207778dcf2824e2 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sun, 12 Jan 2014 19:47:12 +0000 Subject: Add LLVM tool directory to PATH when running tests with llvm-lit. This is needed because the helper tool 'not' is used by some tests --- test/lit.site.cfg.in | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lit.site.cfg.in') diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index ec92b32d..f47d63b8 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -3,6 +3,7 @@ config.klee_src_root = "@KLEE_SOURCE_DIR@" config.klee_obj_root = "@KLEE_BINARY_DIR@" config.klee_tools_dir = "@KLEE_TOOLS_DIR@" +config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" # Let the main config do the real work. lit.load_config(config, "@KLEE_SOURCE_DIR@/test/lit.cfg") -- cgit 1.4.1