« Return to Thread: [test] How do run a specific test suite?

Re: [test] How do run a specific test suite?

by Robert Ramey :: Rate this Message:

Reply to Author | View in Thread

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



_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users

 « Return to Thread: [test] How do run a specific test suite?