Boost logo

Boost-Build :

From: Robert Ramey (Ramey_at_[hidden])
Date: 2004-11-30 01:19:11


part of the Jamfile I use for testingthe serialization system contains

run
$(sources)
<lib>../../test/build/boost_test_exec_monitor
<lib>../../serialization/build/boost_serialization
: # args
: # input files
: # requirements
std::locale-support
# <threading>single
# <runtime-link>static
<stlport-iostream>on
<include>$(BOOST_ROOT)
: # name
$(test-name)
: # default-build
debug

Note the existence of the the dependents:

<lib> ...

Now suppose I want to test with the (new) DLL version of the serialization
library. Do I have to make another group of statements like:

run
$(sources)
<dll>../../test/build/boost_test_exec_monitor
<dll>../../serialization/build/boost_serialization
: # args

or can this be done automatically some way

Robert Ramey

 


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