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 /mysql/truncation/makefile | |
parent | bd09e3ff6f089bd3fc109fd054d30a099e2722ab (diff) |
Add support for tests in subdirectories
Diffstat (limited to 'mysql/truncation/makefile')
-rw-r--r-- | mysql/truncation/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/truncation/makefile b/mysql/truncation/makefile index aa216cd..adb015a 100644 --- a/mysql/truncation/makefile +++ b/mysql/truncation/makefile @@ -51,7 +51,7 @@ $(out_base)/: $(driver) $(dist): sources := $(cxx_tun) $(dist): headers := $(odb_hdr) $(dist): data_dist := test.std -$(dist): export name := $(notdir $(src_base)) +$(dist): export name := $(subst /,-,$(subst $(src_root)/mysql/,,$(src_base))) $(dist): export extra_dist := $(data_dist) $(name)-vc9.vcproj \ $(name)-vc10.vcxproj $(name)-vc10.vcxproj.filters $(dist): |