11 lines
202 B
Makefile
Raw Normal View History

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