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