X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Fmakefile.test;h=904c779353bbd5e08dfab8e449e607dead8a622c;hp=15bb6859b1c2e668245bf0663bc57d7593710f83;hb=3685a9093ae12ff9ce02fc58e607eb9b63894443;hpb=9d8fdf8898418711558f70a9630b2444036d8285 diff --git a/t/makefile.test b/t/makefile.test index 15bb6859..904c7793 100644 --- a/t/makefile.test +++ b/t/makefile.test @@ -18,16 +18,18 @@ endif tests := $(sort $(wildcard $(test_dir)/t[0-9][0-9][0-9][0-9]-*.sh)) +check: $(tests) test: $(tests) $(tests): all - $(Q) $@ $(test_options) + $(call SAY, $(@)) + $@ $(test_options) test-help: - $(Q) for t in $(tests); do $$t $(test_options) -h; done + @for t in $(tests); do $$t $(test_options) -h; done test-clean: $(RM) -r $(results_dir) $(RM) -r $(trash_dir) -.PHONY: $(tests) test-help +.PHONY: $(tests) test-help test-clean test check