mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 14:10:55 +00:00
Add the test/Scripts directory to the path used by TestRunner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6950 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30eef7db88
commit
d6b73035b7
@ -54,7 +54,8 @@ LCCFLAGS += -O2 -Wall
|
|||||||
LCXXFLAGS += -O2 -Wall
|
LCXXFLAGS += -O2 -Wall
|
||||||
LLCFLAGS =
|
LLCFLAGS =
|
||||||
FAILURE = $(LEVEL)/test/Failure.sh
|
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
|
# Native Tool Definitions
|
||||||
NATGCC = $(CC)
|
NATGCC = $(CC)
|
||||||
|
Loading…
Reference in New Issue
Block a user