Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2004-02-18 08:27:13


"rameysb" <Ramey_at_[hidden]> writes:

> subproject libs/serialization/test ;
>
> # bring in rules for testing
> SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Hint: don't do this. It's taken care of by the import rule.

> import testing.jam ;
>
> # Make tests run by default.
> DEPENDS all : test ;
>

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

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