Chris Lattner b4cb0090a5 Depends on analyze, not opt
llvm-svn: 6229
2003-05-15 18:03:32 +00:00

11 lines
201 B
Makefile

LEVEL = ../../../..
include $(LEVEL)/test/Makefile.tests
TESTS := $(wildcard *.ll)
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
Output/%.ll.out: %.ll Output/.dir $(LANALYZE)
-$(TESTRUNR) $<