Boost logo

Boost Users :

Subject: Re: [Boost-users] [test] How do run a specific test suite?
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-07-07 00:38:30


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 list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net