X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Fmakefile.test;h=15bb6859b1c2e668245bf0663bc57d7593710f83;hp=4bbc5d72edb0adfd2b997d667bac2d67de2f72b6;hb=7031f4e380b429e9c0eea1b8e5484dabdbb12ae5;hpb=ff70d3f74c6116cf5b3c9a6708218788363efa7c diff --git a/t/makefile.test b/t/makefile.test index 4bbc5d72..15bb6859 100644 --- a/t/makefile.test +++ b/t/makefile.test @@ -1,4 +1,4 @@ -RM ?= rm -f +RM = rm -f results_dir := $(test_dir)/test-results trash_dir := $(test_dir)/trashes @@ -6,8 +6,9 @@ trash_dir := $(test_dir)/trashes test_options := --executables-dir $(shell pwd) test_options += --results-dir $(results_dir) test_options += --trash-dir $(trash_dir) -test_options += --executables "$(executables)" -test_options += --objects "$(basename $(notdir $(all_objs)))" +test_options += --executables "$(prefixed_executables)" +test_options += --objects "$(basename $(all_objs))" +test_options += --man-dir $(man_dir) ifdef V ifeq ("$(origin V)", "command line")