diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-01-12 19:47:12 +0000 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-01-20 13:21:31 +0000 |
commit | 2cfdfe0ddc88c8ec9619c37fd207778dcf2824e2 (patch) | |
tree | cf598d6fbf7598922a7f3059c7e7f486a8b53cef /test/Makefile | |
parent | 32b0d6bac1a00afb948d64eb0e6390a31f7d8d92 (diff) | |
download | klee-2cfdfe0ddc88c8ec9619c37fd207778dcf2824e2.tar.gz |
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
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 75e05dda..b2cc0210 100644 --- a/test/Makefile +++ b/test/Makefile @@ -114,4 +114,5 @@ lit.site.cfg: site.exp @sed -e "s#@KLEE_SOURCE_DIR@#$(PROJ_SRC_ROOT)#g" \ -e "s#@KLEE_BINARY_DIR@#$(PROJ_OBJ_ROOT)#g" \ -e "s#@KLEE_TOOLS_DIR@#$(ToolDir)#g" \ + -e "s#@LLVM_TOOLS_DIR@#$(LLVMToolDir)#g" \ $(PROJ_SRC_DIR)/lit.site.cfg.in > $@ |