X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Fmakefile.test;h=a2bd4e538a473e6caea8342e6fdb2e102ccc6aac;hp=4bbc5d72edb0adfd2b997d667bac2d67de2f72b6;hb=1ac3b91158524919e913e1e23c400c1591117a21;hpb=3150a0caa27a34d44556fb77f4a5aebc3d978580;ds=sidebyside diff --git a/t/makefile.test b/t/makefile.test index 4bbc5d72..a2bd4e53 100644 --- a/t/makefile.test +++ b/t/makefile.test @@ -6,8 +6,8 @@ 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))" ifdef V ifeq ("$(origin V)", "command line")