summaryrefslogtreecommitdiff
path: root/test/Analysis/LoopInfo
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-15 18:03:12 +0000
committerChris Lattner <sabre@nondot.org>2003-05-15 18:03:12 +0000
commitb428c8b1d3821503c190f7184d1b4e0cc93fc325 (patch)
tree3c445e9454c78e90e222808e50183791051f9ebb /test/Analysis/LoopInfo
parented69ad778d2a2a6ff32eea587d8cb56ad11844ec (diff)
downloadllvm-b428c8b1d3821503c190f7184d1b4e0cc93fc325.tar.gz
llvm-b428c8b1d3821503c190f7184d1b4e0cc93fc325.tar.bz2
llvm-b428c8b1d3821503c190f7184d1b4e0cc93fc325.tar.xz
New directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/LoopInfo')
-rw-r--r--test/Analysis/LoopInfo/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Analysis/LoopInfo/Makefile b/test/Analysis/LoopInfo/Makefile
new file mode 100644
index 0000000000..91acd4d481
--- /dev/null
+++ b/test/Analysis/LoopInfo/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)
+ -$(TESTRUNR) $<