[llvm-commits] CVS: llvm/test/DSGraphs/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Jan 14 15:32:00 PST 2003
Changes in directory llvm/test/DSGraphs:
Makefile updated: 1.8 -> 1.9
---
Log message:
Add test for other programs
---
Diffs of the changes:
Index: llvm/test/DSGraphs/Makefile
diff -u llvm/test/DSGraphs/Makefile:1.8 llvm/test/DSGraphs/Makefile:1.9
--- llvm/test/DSGraphs/Makefile:1.8 Fri Nov 8 15:29:01 2002
+++ llvm/test/DSGraphs/Makefile Tue Jan 14 15:31:03 2003
@@ -41,7 +41,8 @@
255.vortex \
256.bzip2 \
300.twolf \
- Burg
+ Burg \
+ ptrdist-anagram ptrdist-bc ptrdist-ft ptrdist-ks ptrdist-yacr2
all:: dummylib.o
@@ -62,8 +63,6 @@
gmake recursive_reports 2>&1 | tee report.raw.out
report: report.raw.out
- -mv -f report.no-times.txt report.no-times.old.txt
- -mv -f report.txt report.old.txt
./generate_report.pl -no-times report.raw.out > report.no-times.txt
./generate_report.pl report.raw.out > report.txt
@head -n1 report.txt
More information about the llvm-commits
mailing list