X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Fmakefile.test;h=904c779353bbd5e08dfab8e449e607dead8a622c;hp=a71963c9bbda192f047f144e970d92dcfd764a77;hb=3685a9093ae12ff9ce02fc58e607eb9b63894443;hpb=8eb77a20423c3dcc44c4584a082e981391272cb2 diff --git a/t/makefile.test b/t/makefile.test index a71963c9..904c7793 100644 --- a/t/makefile.test +++ b/t/makefile.test @@ -22,10 +22,11 @@ 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)