chiark / gitweb /
Error handling: Better reporting of nest-related errors
[subdirmk.git] / tests / tests.mk
1
2 TESTS=$(wildcard tests/*/check)
3
4 all: $(addsuffix .done, $(TESTS))
5
6 .PHONY: tests/%/check.done all
7
8 tests/%/check.done:
9         tests/$*/check >tests/$*/log 2>&1
10         @echo $* ok.