mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 06:10:48 +00:00
Add the test/Scripts directory to the path used by TestRunner
llvm-svn: 6950
This commit is contained in:
parent
3850a1a1a2
commit
c9e6e7398e
@ -54,7 +54,8 @@ LCCFLAGS += -O2 -Wall
|
||||
LCXXFLAGS += -O2 -Wall
|
||||
LLCFLAGS =
|
||||
FAILURE = $(LEVEL)/test/Failure.sh
|
||||
TESTRUNR = PATH=$(LLVMTOOLCURRENT):$(PATH) $(LEVEL)/test/TestRunner.sh
|
||||
TESTRUNR = PATH=$(LLVMTOOLCURRENT):$(LEVEL)/test/Scripts:$(PATH) \
|
||||
$(LEVEL)/test/TestRunner.sh
|
||||
|
||||
# Native Tool Definitions
|
||||
NATGCC = $(CC)
|
||||
|
Loading…
Reference in New Issue
Block a user