Boost logo

Boost-Build :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-02-21 12:04:39


On 02/14/2005 05:25 AM, Zbynek Winkler wrote:
[snip]
> It is a path represented by different segments. I wanted to setup some
> hierarchy for the tests that would describe that first the segments need
> to be built and tested and without that there is no point in trying
> anything else. When the segments are tested, try to build the path and
[snip]
> The problem is that this Jamfile does not work :(. It complains that I

FWIW, I need the same thing, as expressed in an earlier post:

http://thread.gmane.org/gmane.comp.lib.boost.build/6301

On related matter, I tried using the unit_test rule; however,
I'm getting:
<---------
Jamfile.v2:16: in modules.load
rule unit_test unknown in module
Jamfile</home/evansl/prog_dev/boost-release/boost_1_32_0/lje/libs/fields_visitor/test>.
>---------
where the Jamfile.v2 contains:
<---------
import testing ;

unit_test field_sets_test
: field_sets_test.cpp
: ../../../../libs/test/build//boost_unit_test_framework
;
>---------
I then looked for some docs on unit_test without success. I looked
at http://www.boost.org/doc/html/bbv2.html and followed several, what
seemed like logical links, from there:

"Builtin target types"
"Main target rules"
"Toolset modules"
"Targets"

as well as links from http://www.boost.org/libs/test/doc/index.html
without success.

Could the boost build library documentation have a list of main targets
and descriptions of how to use them to avoid this problem?

TIA.

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk