summaryrefslogtreecommitdiff
path: root/test/BugPoint/Makefile
blob: 5605efda906da4bf9d7e41fa3c30e8684ac5ab40 (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