[llvm-commits] CVS: llvm/test/Programs/TEST.vtl.Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Mar 2 10:03:06 PST 2004
Changes in directory llvm/test/Programs:
TEST.vtl.Makefile updated: 1.3 -> 1.4
---
Log message:
Removed tests specific to pool allocation. They now live in
poolalloc/test/TEST.pavtl.Makefile.
---
Diffs of the changes: (+1 -18)
Index: llvm/test/Programs/TEST.vtl.Makefile
diff -u llvm/test/Programs/TEST.vtl.Makefile:1.3 llvm/test/Programs/TEST.vtl.Makefile:1.4
--- llvm/test/Programs/TEST.vtl.Makefile:1.3 Mon Mar 1 14:43:13 2004
+++ llvm/test/Programs/TEST.vtl.Makefile Tue Mar 2 09:52:04 2004
@@ -30,26 +30,9 @@
#-$(VERB) $(VTL) view > $@
#$(VERB) $(VTL) delete $* -f
-test:: $(PROGRAMS_TO_TEST:%=test.$(TEST).pa.%)
#
-# Generate events for Pool Allocated CBE
-#
-$(PROGRAMS_TO_TEST:%=test.$(TEST).pa.%): \
-test.$(TEST).pa.%: Output/%.poolalloc.cbe
- @echo "========================================="
- @echo "Running '$(TEST)' test on '$(TESTNAME)' program"
-ifeq ($(RUN_OPTIONS),)
- $(VERB) cat $(STDIN_FILENAME) | $(VTL) activity $* -d 50 -c sampling -o $(EVENTS) -app $<
-else
- $(VERB) cat $(STDIN_FILENAME) | $(VTL) activity $* -d 50 -c sampling -o $(EVENTS) -app $<,"$(RUN_OPTIONS)"
-endif
- -$(VERB) $(VTL) run $*
- -$(VERB) $(VTL) view > $@
- $(VERB) $(VTL) delete $* -f
-
-#
-# Generate events for Pool Allocated CBE
+# Generate events for CBE
#
$(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
test.$(TEST).%: Output/%.cbe
More information about the llvm-commits
mailing list