From: Chris Lattner Date: Mon, 31 Mar 2003 19:57:36 +0000 (+0000) Subject: Initial checkin of PRE tests X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7cd2fff2fd90593bd4c25dd4d39c54dd49523d4b;p=oota-llvm.git Initial checkin of PRE tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5760 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/PRE/Makefile b/test/Transforms/PRE/Makefile new file mode 100644 index 00000000000..91acd4d481b --- /dev/null +++ b/test/Transforms/PRE/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) $<