[llvm-commits] CVS: llvm/test/Programs/TEST.nightly.Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun May 11 16:57:01 PDT 2003


Changes in directory llvm/test/Programs:

TEST.nightly.Makefile updated: 1.9 -> 1.10

---
Log message:

Make sure to count CBE as tests


---
Diffs of the changes:

Index: llvm/test/Programs/TEST.nightly.Makefile
diff -u llvm/test/Programs/TEST.nightly.Makefile:1.9 llvm/test/Programs/TEST.nightly.Makefile:1.10
--- llvm/test/Programs/TEST.nightly.Makefile:1.9	Sun May 11 16:52:08 2003
+++ llvm/test/Programs/TEST.nightly.Makefile	Sun May 11 16:56:17 2003
@@ -58,6 +58,7 @@
 Output/%.nightly.cbe.report.txt: Output/%.llvm.bc Output/%.diff-cbe $(LDIS)
 	-head -n 100 Output/$*.diff-cbe > $@
 	@if test -f Output/$*.diff-cbe; then \
+	  echo "TEST-PASS: cbe $(RELDIR)/$*" >> $@;\
           echo "TEST-RESULT-cbe: YES" >> $@;\
 	  echo -n "TEST-RESULT-cbe-time: " >> $@;\
 	  grep "^real" Output/$*.out-cbe.time >> $@;\





More information about the llvm-commits mailing list