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