aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Linker/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Linker/Makefile b/test/Linker/Makefile
new file mode 100644
index 0000000000..3853e85983
--- /dev/null
+++ b/test/Linker/Makefile
@@ -0,0 +1,9 @@
+LEVEL = ../../..
+include $(LEVEL)/test/Makefile.tests
+
+TESTS := $(wildcard *.ll)
+
+all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
+
+Output/%.ll.out: %.ll Output/.dir $(LOPT)
+ -$(TESTRUNR) $<