1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Make the TestRunner tests not print out horrible things when they run

llvm-svn: 6953
This commit is contained in:
Chris Lattner 2003-06-28 22:35:46 +00:00
parent d99b204afb
commit 8c29536be8

View File

@ -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)