X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=t%2Fmakefile.test;h=1ef3ac696f42a78df6942cccd34958341b9044c6;hb=635b4d83f23fdd4ab8cd7f0e2cbcf638f02e4d8f;hp=a71963c9bbda192f047f144e970d92dcfd764a77;hpb=767a4a54c967bc4b80bd14d02e89fe91acd848dd;p=paraslash.git diff --git a/t/makefile.test b/t/makefile.test index a71963c9..1ef3ac69 100644 --- a/t/makefile.test +++ b/t/makefile.test @@ -7,7 +7,7 @@ test_options := --executables-dir $(shell pwd) test_options += --results-dir $(results_dir) test_options += --trash-dir $(trash_dir) test_options += --executables "$(prefixed_executables)" -test_options += --objects "$(basename $(all_objs))" +test_options += --objects "$(basename $(dep_objs))" test_options += --man-dir $(man_dir) ifdef V @@ -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)