$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] How to write such a feature?
From: Sherwood Hu (sherwood_at_[hidden])
Date: 2009-09-23 11:43:25
>>This is not presently possible. Is propagation to libB causing you any
troubles?
>>- Volodya
Vlad,
Thanks for the answer! Unfortunately it has side effect when this
feature propagates.
In this case, libA has a dependency - libB. The unit test exes are
written for testing libA thoroughly, not for libB (as it is covered by
its own tests). The feature <enable-debug-module> adds debug tracing for
the module enabled. We'll end up with getting unnecessary traces from
libB.