New makefile for Dsgraph tests

llvm-svn: 6940
This commit is contained in:
Chris Lattner 2003-06-28 21:16:38 +00:00
parent cd6865e0bc
commit eb7ed57473

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) $(LANALYZE)
-$(TESTRUNR) $<