From 12a20765d0be6be7b0d0110de4400b48c7ac5bd3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 15 May 2003 18:03:12 +0000 Subject: [PATCH] New directory llvm-svn: 6228 --- test/Regression/Analysis/LoopInfo/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/Regression/Analysis/LoopInfo/Makefile diff --git a/test/Regression/Analysis/LoopInfo/Makefile b/test/Regression/Analysis/LoopInfo/Makefile new file mode 100644 index 00000000000..91acd4d481b --- /dev/null +++ b/test/Regression/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) $<