diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-17 15:16:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-17 15:16:34 +0200 |
commit | 5aa48fc52202fd95210d8860b66769550732a5d9 (patch) | |
tree | c0319bd35076c41a83a8b8a3c67bb8a3db3a182d /common/circular/multiple | |
parent | 9f2b5f3c24907d603706ff81b459d3f5d3c0882e (diff) |
Add support for tests with multiple ODB headers
Diffstat (limited to 'common/circular/multiple')
-rw-r--r-- | common/circular/multiple/makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/circular/multiple/makefile b/common/circular/multiple/makefile index 82a0bae..abd72e7 100644 --- a/common/circular/multiple/makefile +++ b/common/circular/multiple/makefile @@ -58,13 +58,14 @@ $(dist): sources := $(cxx_tun) $(dist): headers := $(odb_hdr) $(dist): data_dist := test.std $(dist): export name := $(name) +$(dist): export odb_header_stem := $(basename $(odb_hdr)) $(dist): export extra_dist := $(data_dist) $(call vc9projs,$(name)) \ $(call vc10projs,$(name)) $(dist): $(call dist-data,$(sources) $(headers) $(data_dist)) - $(call meta-automake,../template/Makefile.am) - $(call meta-vc9projs,../template/template,$(name)) - $(call meta-vc10projs,../template/template,$(name)) + $(call meta-automake,../../template/Makefile.am) + $(call meta-vc9projs,../../template/template,$(name)) + $(call meta-vc10projs,../../template/template,$(name)) # Test. # |