aboutsummaryrefslogtreecommitdiffstats
path: root/test/BugPoint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/BugPoint/Makefile')
-rw-r--r--test/BugPoint/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/BugPoint/Makefile b/test/BugPoint/Makefile
new file mode 100644
index 0000000000..9ccafc73ac
--- /dev/null
+++ b/test/BugPoint/Makefile
@@ -0,0 +1,17 @@
+# 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) $<
+
+clean::
+ rm -f *.bc