summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstantMerge/Makefile
blob: 91acd4d481b90c9755d331a529f345dcd67482f5 (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 $(LOPT)
	-$(TESTRUNR) $<