aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/LoopInfo/Makefile
blob: 7ef328b3f6b9047c7a822534bfb80593dce99ff7 (plain)
1
2
3
4
5
6
7
8
9
10

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

TESTS := $(wildcard *.ll)

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

Output/%.ll.out: %.ll Output/.dir $(LANALYZE)
	-$(TESTRUNR) $<