$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [test] How do run a specific test suite?
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-07-07 04:24:06
Robert Ramey <ramey <at> rrsd.com> writes:
>
> 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