blob: aea9a65b5c4b26695986d6d313fe2093b9d3d172 [file] [log] [blame]
Chris Lattnerd9624b02002-11-20 22:30:02 +00001# test/Regression/Assembler/Makefile
2#
3# This directory contains regression tests for the LLVM assembler program.
4# These LLVM source file tests are just required to assembler properly to pass.
5#
6LEVEL = ../../..
7include $(LEVEL)/test/Makefile.tests
8
9TESTS := $(wildcard *.ll)
10
11all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
12
13Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT)
14 -$(TESTRUNR) $<
Chris Lattner2d8270c2003-06-24 23:38:09 +000015 -@# Remove temporary files generated...
16 -@rm -f bugpoint-*
Chris Lattnerd9624b02002-11-20 22:30:02 +000017
18clean::
19 rm -f *.bc