mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 17:32:36 +00:00
Make the TestRunner tests not print out horrible things when they run
llvm-svn: 6953
This commit is contained in:
parent
d99b204afb
commit
8c29536be8
@ -54,8 +54,9 @@ LCCFLAGS += -O2 -Wall
|
||||
LCXXFLAGS += -O2 -Wall
|
||||
LLCFLAGS =
|
||||
FAILURE = $(LEVEL)/test/Failure.sh
|
||||
TESTRUNR = PATH=$(LLVMTOOLCURRENT):$(LEVEL)/test/Scripts:$(PATH) \
|
||||
$(LEVEL)/test/TestRunner.sh
|
||||
TESTRUNR = @echo Running test: $<; \
|
||||
PATH=$(LLVMTOOLCURRENT):$(LEVEL)/test/Scripts:$(PATH) \
|
||||
$(LEVEL)/test/TestRunner.sh
|
||||
|
||||
# Native Tool Definitions
|
||||
NATGCC = $(CC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user