aft: Avoid invalid read.
[paraslash.git] / t / makefile.test
index a71963c9bbda192f047f144e970d92dcfd764a77..904c779353bbd5e08dfab8e449e607dead8a622c 100644 (file)
@@ -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)