
5 Nov
2012
5 Nov
'12
9:45 a.m.
On 04-11-2012 10:48, Gennadiy Rozenal wrote:
Thorsten Ottosen <thorsten.ottosen <at> dezide.com> writes:
Ok. Maybe I should define better what I have found a need for (it would save tons of time, FWIW). When I said "test" I meant a single test case, like defined by BOOST_AUTO_TEST_CASE.
The answer is the same. You get what you need by running test module twice: first run you include only the test case you are interested in and second run excludes that same test case:
test.exe --run=testcase1 test.exe --run=!testcase1
Thanks! -Thorsten