From 34e0ada19af7810934ba3a5f831a7b77a73ff62c Mon Sep 17 00:00:00 2001
From: Chris Lattner <sabre@nondot.org>
Date: Sat, 28 Jun 2003 21:16:38 +0000
Subject: [PATCH] New makefile for Dsgraph tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6940 91177308-0d34-0410-b5e6-96231b3b80d8
---
 test/Analysis/DSGraph/Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 test/Analysis/DSGraph/Makefile

diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile
new file mode 100644
index 00000000000..a24f5789835
--- /dev/null
+++ b/test/Analysis/DSGraph/Makefile
@@ -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) $<