mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
implement a bit of feedback: print dots
llvm-svn: 48394
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user