7 Jul
2009
7 Jul
'09
4:38 a.m.
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) The presumes that the library_status program has been built. Robert Ramey Christian Henning wrote:
Hi there, I believe I once read that one can specify test suite to be run as a command line parameter. By default all test suites are running, but, the user should be able to specify one in the case there are several suites.
I've tried to look up that information inside the boost::test documentation but couldn't find it. Am I wrong that such functionality exists?
Regards, Christian