Initial checkin of PRE tests

llvm-svn: 5760
This commit is contained in:
Chris Lattner 2003-03-31 19:57:36 +00:00
parent 9023155621
commit 8cf3b0969a
1 changed files with 10 additions and 0 deletions

View File

@ -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) $<