[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sat Jun 28 16:17:01 PDT 2003
Changes in directory llvm/test/Regression/Analysis/DSGraph:
Makefile added (r1.1)
---
Log message:
New makefile for Dsgraph tests
---
Diffs of the changes:
Index: llvm/test/Regression/Analysis/DSGraph/Makefile
diff -c /dev/null llvm/test/Regression/Analysis/DSGraph/Makefile:1.1
*** /dev/null Sat Jun 28 16:16:48 2003
--- llvm/test/Regression/Analysis/DSGraph/Makefile Sat Jun 28 16:16:38 2003
***************
*** 0 ****
--- 1,10 ----
+
+ LEVEL = ../../../..
+ include $(LEVEL)/test/Makefile.tests
+
+ TESTS := $(wildcard *.ll)
+
+ all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
+
+ Output/%.ll.out: %.ll Output/.dir $(LOPT) $(LANALYZE)
+ -$(TESTRUNR) $<
More information about the llvm-commits
mailing list