diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-25 12:34:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-25 12:34:07 +0200 |
commit | dc4b2b20565a58f09c761b9affd6abdc7edb705b (patch) | |
tree | aff4a7023adf5c05283e026d98cb9d738290556b /boost/common/makefile | |
parent | bd09e3ff6f089bd3fc109fd054d30a099e2722ab (diff) |
Add support for tests in subdirectories
Diffstat (limited to 'boost/common/makefile')
-rw-r--r-- | boost/common/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/common/makefile b/boost/common/makefile index eeb083e..4af0162 100644 --- a/boost/common/makefile +++ b/boost/common/makefile @@ -18,7 +18,7 @@ clean := $(out_base)/.clean $(default): $(addprefix $(out_base)/,$(addsuffix /,$(build_tests))) -name := $(notdir $(src_base)) +name := boost-common $(dist): name := $(name) $(dist): export dirs := $(tests) $(dist): export extra_dist := test.bat $(call vc9slns,$(name)) \ |