Boost C++ Libraries: Ticket #5972: Support program option to only dump the test-tree in text to output stream https://svn.boost.org/trac10/ticket/5972 <p> A problem that i often hear from the development teams is that the run_test switch doesn't return any testcases; the engineer has problems in configuring the filter like --run_test=*/*/*TestA or --run_test=*/*/TestA* </p> <p> A simple solution is to run the test app using --log_level=test_suite --run_test=non-exisiting-test, this effectively dumps the testtree; only it is not indented; so still difficult to interpret when you have &gt;300 test cases in a hierarchy of suites. </p> <p> A simple solution is to add a visitor to simply write the suite/names to an output stream in format: n*(suite/)testcase; example: master/suite1/test1 master/suite1/suite1.1/test2 master/suite2/test3 etc... </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5972 Trac 1.4.3 Gennadiy Rozental Sun, 16 Oct 2011 21:57:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5972#comment:1 https://svn.boost.org/trac10/ticket/5972#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> New CLA added in trunk </p> Ticket Raffi Enficiaud Tue, 07 Jul 2015 08:26:53 GMT milestone changed https://svn.boost.org/trac10/ticket/5972#comment:2 https://svn.boost.org/trac10/ticket/5972#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> <p> boost.test CLA learned the <code>list_content</code> option. </p> Ticket