New makefile for Dsgraph tests
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 21:16:38 +0000 (21:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 21:16:38 +0000 (21:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6940 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/DSGraph/Makefile [new file with mode: 0644]

diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile
new file mode 100644 (file)
index 0000000..a24f578
--- /dev/null
@@ -0,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) $<