
export BOOST_BUILD_PATH=... cd $BOOST_BUILD_PATH/boost/libs/<library>/test bjam <toolset_name> clean bjam <toolset_name> # run all library tests bjam <toolset_name> <test> # run individual test For example, to run spirit library test numerics_tests with acc toolset: cd $BOOST_BUILD_PATH/boost/libs/spirit/test bjam acc clean bjam acc numerics_tests HTH, Boris ----- Original Message ----- From: "eg" <egoots@gmail.com> To: <boost@lists.boost.org> Sent: Thursday, August 30, 2007 8:10 PM Subject: [boost] How do I run the tests for a specific library using bjam?
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.
Alternatively, if you could point me to some docs which describe it, I can take it from there. (I did some searching but have struck out so far).
Thanks _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost