implement a bit of feedback: print dots

llvm-svn: 48394
This commit is contained in:
Gabor Greif 2008-03-15 08:11:35 +00:00
parent 0d579b1c1e
commit 2c7f144ab7
1 changed files with 2 additions and 7 deletions

View File

@ -13,8 +13,8 @@ endif
Makefile.tests:
@ echo '%.testresults: %' > $@
@ echo "^@ echo $$<" | tr "^" "\t" >> $@
@ echo "^@ PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts ./TestRunner.sh &< > &@" | tr "^&" '\t$$' >> $@
@ echo "^@ printf '.'" | tr "^" "\t" >> $@
@ echo "^@ PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts ./TestRunner.sh &< > &@ || echo $$^" | tr "^&" '\t$$' >> $@
@ echo >> $@
@ echo "TESTS =" \\ >> $@
@ find $(TESTDIRS) \
@ -32,11 +32,6 @@ Makefile.tests:
@ echo >> $@
@ echo ".PHONY: all report clean" >> $@
# find $(TESTDIRS) \
# \( -name '*.c' -or -name '*.cpp' -or -name '*.m' \) \
# | $(AWK) '{print ".PHONY:", $$0 ".testresults"}' >> $@
all:: Makefile.tests
@ $(MAKE) -f $< clean
@ $(MAKE) -f $< all report