]> granicus.if.org Git - clang/commitdiff
implement a bit of feedback: print dots
authorGabor Greif <ggreif@gmail.com>
Sat, 15 Mar 2008 08:11:35 +0000 (08:11 +0000)
committerGabor Greif <ggreif@gmail.com>
Sat, 15 Mar 2008 08:11:35 +0000 (08:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48394 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.parallel

index 35bea3a5a0ee5d9098173708181d4a0daca029ac..8162f816e7159de1f85e4b13607100214f85cbf1 100644 (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