91acd4d481b90c9755d331a529f345dcd67482f5
[oota-llvm.git] / test / Transforms / ProfilePaths / Makefile
1
2 LEVEL = ../../../..
3 include $(LEVEL)/test/Makefile.tests
4
5 TESTS := $(wildcard *.ll)
6
7 all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
8
9 Output/%.ll.out: %.ll Output/.dir $(LOPT)
10         -$(TESTRUNR) $<