Make the TestRunner tests not print out horrible things when they run
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:35:46 +0000 (22:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:35:46 +0000 (22:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6953 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index fab085f4c98d5c9d3fa03e9d16875be5bbfd25f2..3d66f17b32ada1d4fe7c265f034fba34a423c28b 100644 (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)