[llvm-commits] CVS: llvm/test/Programs/SingleSource/CustomChecked/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed May 14 14:04:38 PDT 2003
Changes in directory llvm/test/Programs/SingleSource/CustomChecked:
Makefile updated: 1.2 -> 1.3
---
Log message:
Add new .exe targets for nightly tester
---
Diffs of the changes:
Index: llvm/test/Programs/SingleSource/CustomChecked/Makefile
diff -u llvm/test/Programs/SingleSource/CustomChecked/Makefile:1.2 llvm/test/Programs/SingleSource/CustomChecked/Makefile:1.3
--- llvm/test/Programs/SingleSource/CustomChecked/Makefile:1.2 Wed May 14 13:54:08 2003
+++ llvm/test/Programs/SingleSource/CustomChecked/Makefile Wed May 14 14:00:46 2003
@@ -45,3 +45,20 @@
$(PROGRAMS_TO_TEST:%=Output/%.run-cbe): \
Output/%.run-cbe: Output/%.cbe
-$(TESTRUNR) $(filter $*.%, $(Source)) "$< $(RUN_OPTIONS)" $@
+
+
+$(PROGRAMS_TO_TEST:%=Output/%.exe-lli): \
+Output/%.exe-lli: Output/%.run-lli
+ -cp $< $@
+
+$(PROGRAMS_TO_TEST:%=Output/%.exe-jit): \
+Output/%.exe-jit: Output/%.run-jit
+ -cp $< $@
+
+$(PROGRAMS_TO_TEST:%=Output/%.exe-llc): \
+Output/%.exe-llc: Output/%.run-llc
+ -cp $< $@
+
+$(PROGRAMS_TO_TEST:%=Output/%.exe-cbe): \
+Output/%.exe-cbe: Output/%.run-cbe
+ -cp $< $@
More information about the llvm-commits
mailing list