25 Feb
2010
25 Feb
'10
7:30 a.m.
Hi all, we are using BOOST_AUTO_TEST_SUITE() and BOOST_AUTO_TEST_CASE() to create lots of tests. Is it possible to list all the tests available in an executable? I have tried to create a special test "help" that calls boost::unit_test::traverse_test_tree(), but this only shows the tests that are selected for this test run. Martin