From dc4b2b20565a58f09c761b9affd6abdc7edb705b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Feb 2011 12:34:07 +0200 Subject: Add support for tests in subdirectories --- boost/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boost/makefile') diff --git a/boost/makefile b/boost/makefile index 8ab4602..a73ace3 100644 --- a/boost/makefile +++ b/boost/makefile @@ -21,7 +21,7 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs))) $(dist): export extra_dist := build.bat $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(all_dirs))) - $(call meta-vctest,common/common-mysql-vc10.sln,build.bat) + $(call meta-vctest,common/boost-common-mysql-vc10.sln,build.bat) $(call meta-automake) $(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(dirs))) -- cgit v1.1