
7 Jul
2009
7 Jul
'09
8:24 a.m.
Robert Ramey
Here's what I do to run all the tests for a specific library - in particular for the serialization library on my local machine.
cd c:\boostrelease\libs\serialization\test ../../../tools/regression/src/library_test.sh (or bat)
I believe he asked how to run the test suite inside the test module, not the tests belonging to particular library inside the Boost.Build. Gennadiy