X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Fmakefile.test;h=6ef9ac84862be90980474f699911421140fc6618;hp=69c69bef36dcabe995a7e281ec6d790e98f5de37;hb=1a8e3628040a94a8c06027335962a6cb2f827a63;hpb=3634794c3ba2f9fba60d3b26bcceae51fb3718c6 diff --git a/t/makefile.test b/t/makefile.test index 69c69bef..6ef9ac84 100644 --- a/t/makefile.test +++ b/t/makefile.test @@ -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 += --executables "$(prefixed_executables)" test_options += --objects "$(basename $(all_objs))" +test_options += --man-dir $(man_dir) ifdef V ifeq ("$(origin V)", "command line")