X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Fmakefile.test;h=15bb6859b1c2e668245bf0663bc57d7593710f83;hp=a2bd4e538a473e6caea8342e6fdb2e102ccc6aac;hb=7031f4e380b429e9c0eea1b8e5484dabdbb12ae5;hpb=2440c41a10f1862dafdbe02d8cc64ecf7cfddc41 diff --git a/t/makefile.test b/t/makefile.test index a2bd4e53..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 @@ -8,6 +8,7 @@ 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 += --man-dir $(man_dir) ifdef V ifeq ("$(origin V)", "command line")