aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/Makefile
blob: c254d809bf8083b93b526c2c86978d43dff427fd (plain)
1
2
3
4
5
6
7
8
9
10

LEVEL = ../../..
include $(LEVEL)/test/Makefile.tests

TESTS := $(wildcard *.td)

all:: $(addprefix Output/, $(TESTS:%=%.out))

Output/%.out: % Output/.dir $(TBLGEN)
	-$(TESTRUNR) $<