Initial checkin

llvm-svn: 6853
This commit is contained in:
Chris Lattner 2003-06-22 20:30:00 +00:00
parent 268c1392da
commit c6fcd9338c
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) $<