aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Other/Makefile')
-rw-r--r--test/Other/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Other/Makefile b/test/Other/Makefile
new file mode 100644
index 0000000..520a58a
--- /dev/null
+++ b/test/Other/Makefile
@@ -0,0 +1,10 @@
+
+LEVEL = ../../..
+include $(LEVEL)/test/Makefile.tests
+
+TESTS := $(wildcard *.ll)
+
+all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
+
+Output/%.ll.out: %.ll Output/.dir
+ -$(TESTRUNR) $<