aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/DSGraph/Makefile
blob: bc24e5c1c07d120e8a318c5e1d8181278444bbae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

LEVEL = ../../../..
include $(LEVEL)/test/Makefile.tests

TESTS := $(wildcard *.ll)

all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))

$(addprefix Output/, $(TESTS:%.ll=%.ll.out)):
Output/%.ll.out: %.ll Output/.dir $(LOPT) $(LANALYZE)
	-$(TESTRUNR) $<

clean::
	-rm -f *.dot *.ps