Oops, forgot to check in makefile

llvm-svn: 2542
This commit is contained in:
Chris Lattner 2002-05-07 20:39:18 +00:00
parent bafd51a722
commit c8ab06d452
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) $<