summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-27 19:01:13 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-27 19:01:13 +0000
commit6779647c8922c60184873bacdc6743eba6b4942c (patch)
treecc453f54d8f1fb87b5006e109fe7048cd1ef9e7a /test/Makefile
parent6c1fddf9f2186166daf524682681c6510b069774 (diff)
Tweak MultiTestRunner --path argument.
- Accept multiple values instead of embedding separator. - Make sure this gets used when searching for 'clang' binary. - Switch makefiles to using --path to stay in sync with cmake. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77234 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index d649174b71..97c9d27404 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -20,7 +20,10 @@ endif
all::
@ echo '--- Running clang tests for $(TARGET_TRIPLE) ---'
- @ PATH=$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$$PATH $(PROJ_SRC_DIR)/../utils/test/MultiTestRunner.py $(TESTARGS) $(TESTDIRS) $(VGARG)
+ @ $(PROJ_SRC_DIR)/../utils/test/MultiTestRunner.py \
+ --path $(ToolDir) \
+ --path $(LLVM_SRC_ROOT)/test/Scripts \
+ $(TESTARGS) $(TESTDIRS) $(VGARG)
clean::
@ rm -rf Output/