Subject: Re: [Boost-users] BOOST.TEST Mixing automatic and manual test registratioI
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2014-01-12 22:04:07


Manuel Maier <Manuel.Maier <at> br-automation.com> writes:

>
> Hi,
> Is it possible to mix manual and automatic
> test registration in Boost,.Test.

Yes.

Here is an example:

http://www.boost.org/doc/libs/1_55_0/libs/test/example/unit_test_example_03.c
pp

HTH,
Gennadiy