Boost logo

Boost Users :

From: Stephen Torri (torrisa_at_[hidden])
Date: 2008-03-12 14:55:31


On Tue, 2008-03-11 at 21:20 +0000, Gennadiy Rozental wrote:
> It's covered in docs. You can use BOOST_AUTO_TEST_SUITE. There is an example
> of coplex hierarhy there as well. In general it's as simple as:
>
> BOOST_AUTO_TEST_SUITE(s1)
>
> BOOST_AUTO_TEST_CASE(test1)
> {
> }
>
> BOOST_AUTO_TEST_SUITE(internal_suite)
>
> BOOST_AUTO_TEST_CASE(test1)
> {
> }
>
> BOOST_AUTO_TEST_SUITE_END()
>
>
> BOOST_AUTO_TEST_SUITE_END()
>
> BOOST_AUTO_TEST_SUITE(s2)
>
> BOOST_AUTO_TEST_CASE(test1)
> {
> }
>
> BOOST_AUTO_TEST_SUITE_END()
>
> Gennadiy

I appreciate the example. Thanks.

Stephen


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