llvm-6502/test/TableGen/Makefile

11 lines
184 B
Makefile
Raw Normal View History

LEVEL = ../../..
include $(LEVEL)/test/Makefile.tests
TESTS := $(wildcard *.td)
all:: $(addprefix Output/, $(TESTS:%=%.out))
Output/%.out: % Output/.dir $(TBLGEN)
-$(TESTRUNR) $<