From: Chris Lattner Date: Thu, 15 May 2003 18:03:12 +0000 (+0000) Subject: New directory X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b428c8b1d3821503c190f7184d1b4e0cc93fc325;p=llvm New directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6228 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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) $<