]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - t/makefile.test
Merge branch 'refs/heads/t/rm_osx'
[paraslash.git] / t / makefile.test
index 4bbc5d72edb0adfd2b997d667bac2d67de2f72b6..15bb6859b1c2e668245bf0663bc57d7593710f83 100644 (file)
@@ -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")