summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-26 07:36:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-26 07:36:09 +0000
commit9e10cc7a4c1e5b620bf4d5c90d4e452b3ae04c81 (patch)
tree9e1b7cfb2f15b31fea32b5318b32eba285c74ac8 /test/Makefile
parentc22dd4d7318720db5c3c34aebe4aac0b5af6cc94 (diff)
Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82853 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 6ed13d6b88..9303a58171 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -37,6 +37,7 @@ lit.site.cfg: FORCE
@sed -e "s#@LLVM_SOURCE_DIR@#$(LLVM_SRC_ROOT)#g" \
-e "s#@LLVM_BINARY_DIR@#$(LLVM_OBJ_ROOT)#g" \
-e "s#@LLVM_TOOLS_DIR@#$(ToolDir)#g" \
+ -e "s#@LLVM_LIBS_DIR@#$(LibDir)#g" \
-e "s#@CLANG_SOURCE_DIR@#$(PROJ_SRC_DIR)/..#g" \
-e "s#@CLANG_BINARY_DIR@#$(PROJ_OBJ_DIR)/..#g" \
$(PROJ_SRC_DIR)/lit.site.cfg.in > $@