[llvm-commits] CVS: llvm/test/Programs/Makefile.TEST.example Makefile.TEST.typesafe
Chris Lattner
lattner at cs.uiuc.edu
Fri Jan 17 13:43:01 PST 2003
Changes in directory llvm/test/Programs:
Makefile.TEST.example updated: 1.4 -> 1.5
Makefile.TEST.typesafe updated: 1.2 -> 1.3
---
Log message:
Make tests work better
---
Diffs of the changes:
Index: llvm/test/Programs/Makefile.TEST.example
diff -u llvm/test/Programs/Makefile.TEST.example:1.4 llvm/test/Programs/Makefile.TEST.example:1.5
--- llvm/test/Programs/Makefile.TEST.example:1.4 Thu Jan 16 16:33:18 2003
+++ llvm/test/Programs/Makefile.TEST.example Fri Jan 17 13:42:37 2003
@@ -7,6 +7,7 @@
TESTNAME = $*
+$(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
test.$(TEST).%: Output/%.llvm.bc
@echo "========================================="
@echo "Running '$(TEST)' test on '$(TESTNAME)' program"
Index: llvm/test/Programs/Makefile.TEST.typesafe
diff -u llvm/test/Programs/Makefile.TEST.typesafe:1.2 llvm/test/Programs/Makefile.TEST.typesafe:1.3
--- llvm/test/Programs/Makefile.TEST.typesafe:1.2 Thu Jan 16 16:33:18 2003
+++ llvm/test/Programs/Makefile.TEST.typesafe Fri Jan 17 13:42:37 2003
@@ -5,5 +5,6 @@
#
##===----------------------------------------------------------------------===##
+$(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
test.$(TEST).%: Output/%.llvm.bc
$(LANALYZE) -unsafepointertypes $<
More information about the llvm-commits
mailing list