summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.subdir
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 16:51:43 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 16:51:43 +0000
commit28ef58aae78e97fbff2ed8271b6365f99ee905b4 (patch)
tree6844f1be29a88a6dd71e50781f8606739995fd4b /makefiles/Makefile.subdir
parentf81edb428adf7da259873b8e86c79b9c62abb702 (diff)
downloadbuildsystem-28ef58aae78e97fbff2ed8271b6365f99ee905b4.tar.gz
buildsystem-28ef58aae78e97fbff2ed8271b6365f99ee905b4.tar.bz2
Invoke testrunner correctly
svn path=/trunk/tools/buildsystem/; revision=6849
Diffstat (limited to 'makefiles/Makefile.subdir')
-rw-r--r--makefiles/Makefile.subdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.subdir b/makefiles/Makefile.subdir
index a4aa876..b410c2e 100644
--- a/makefiles/Makefile.subdir
+++ b/makefiles/Makefile.subdir
@@ -57,7 +57,7 @@ ifeq ($(MAKECMDGOALS),test)
test_$(d): $(d) $(addprefix $(BUILDDIR)/, \
$(subst /,_,$(addprefix $(d), \
$(basename $(TEST_SRCS_$(d))))))
- $(Q)$(TESTRUNNER) $(BUILDDIR) $(CURDIR)/$< $(EXEEXT)
+ $(Q)$(TESTRUNNER) $(BUILDDIR) $(CURDIR)/$< $(subst /,_,$<) $(EXEEXT)
endif
endif