fdbf3faf20060a0f6dd5d241ea6ca9206ef75680
[oota-llvm.git] / test / Transforms / DecomposeMultiDimRefs / Makefile
1 #            test/Regression/Transforms/DecomposeArrayRefs/Makefile
2 #
3 # This directory contains regression tests for the DecomposeArrayRefs pass.
4 # Since the main tests are single C source files, we'll use the same
5 # Makefile as test/Programs/SingleSource.
6 # The *.ll tests are mainly useful to run manually.
7 #
8 LEVEL = ../../../..
9 include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
10
11 LLTESTS := $(wildcard *.ll)
12 CTESTS  := $(wildcard *.c) 
13 TESTS   := $(LLTESTS) $(CTESTS)
14
15 all:: $(addprefix Output/, $(LLTESTS:%.ll=%.ll.out))
16
17 Output/%.ll.out: %.ll Output/.dir $(LOPT)
18         -$(TESTRUNR) $<
19