blob: c18a877beed33115c9cbeca202b60ef9435aa79b [file] [log] [blame]
LEVEL = ../../..
include $(LEVEL)/test/Makefile.tests
TESTS := $(wildcard *.ll)
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
Output/%.ll.out: %.ll Output/.dir $(LLINK)
-$(TESTRUNR) $<