Boost C++ Libraries: Ticket #6235: add --dry_run as command line argument to the test executable https://svn.boost.org/trac10/ticket/6235 <p> Sometimes it is nice to get the list of tests without actually executing them, e.g. to integrate the compiled executable in <a class="ext-link" href="http://www.gallio.org/"><span class="icon">​</span>Gallio</a>.<br /> Many *nix tools provide this with a command line argument "--dry_run" and/or "-n". I have added this in my local boost and can now get a nicely parse-able test list with </p> <pre class="wiki">test.exe -r detailed -m XML -e stdout -n </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6235 Trac 1.4.3 Marvin Sielenkemper <m.sielenkemper@…> Wed, 07 Dec 2011 10:29:26 GMT attachment set https://svn.boost.org/trac10/ticket/6235 https://svn.boost.org/trac10/ticket/6235 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">dry_run.patch</span> </li> </ul> Ticket Gennadiy Rozental Mon, 05 Nov 2012 02:02:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6235#comment:1 https://svn.boost.org/trac10/ticket/6235#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> I now have an option --list_content for that. </p> Ticket