From b428c8b1d3821503c190f7184d1b4e0cc93fc325 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 15 May 2003 18:03:12 +0000 Subject: [PATCH] New directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6228 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/LoopInfo/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/Analysis/LoopInfo/Makefile diff --git a/test/Analysis/LoopInfo/Makefile b/test/Analysis/LoopInfo/Makefile new file mode 100644 index 00000000000..91acd4d481b --- /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) $< -- 2.34.1