|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2007-08-31 10:27:04
on Thu Aug 30 2007, eg <egoots-AT-gmail.com> wrote:
> I notice that all the boost libraries have tests associated with them,
> which can be invoked by bjam somehow.
>
> Can someone tell me how to invoke bjam to run a specific test for a
> given (single) library, or run the whole suite of tests for the single
> library? As opposed to running all tests for all libraries.
The easy way is to go into the $BOOST_ROOT/libs/<libraryname>/test
directory, and run bjam there. If you want to run just one test,
supply the test name on the bjam command line.
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com The Astoria Seminar ==> http://www.astoriaseminar.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk