summaryrefslogtreecommitdiff
path: root/test/BugPoint/Makefile
blob: aea9a65b5c4b26695986d6d313fe2093b9d3d172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#                    test/Regression/Assembler/Makefile
#
# This directory contains regression tests for the LLVM assembler program.  
# These LLVM source file tests are just required to assembler properly to pass.
#
LEVEL = ../../..
include $(LEVEL)/test/Makefile.tests

TESTS := $(wildcard *.ll)

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

Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT)
	-$(TESTRUNR) $<
	-@# Remove temporary files generated...
	-@rm -f bugpoint-*

clean::
	rm -f *.bc