chiark / gitweb /
5ea0de9aa5016bc03bc7873a0287e931f6e37349
[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.