Boost C++ Libraries: Ticket #8636: Short form for some switches for Boost Test 1.53 https://svn.boost.org/trac10/ticket/8636 <p> I often use --detect_memory_leaks switch which does not have short form. Attached patch adds short form for this and the rest of the switches: </p> <pre class="wiki">-b for --break_exec_path -x for --detect_fp_exceptions -y for --detect_memory_leaks -v for --save_pattern -u for --use_alt_stack </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8636 Trac 1.4.3 Valentin Shtronda <valiko.ua@…> Thu, 30 May 2013 16:52:02 GMT attachment set https://svn.boost.org/trac10/ticket/8636 https://svn.boost.org/trac10/ticket/8636 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_1_53_0_unit_test_parameters.ipp.patch</span> </li> </ul> <p> Adds short switches where they are missing for Boost Test 1.53. </p> Ticket Gennadiy Rozental Sun, 05 Jul 2015 22:04:38 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8636#comment:1 https://svn.boost.org/trac10/ticket/8636#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">wontfix</span> </li> </ul> <p> Do you know that Boost.Test supports name guessing? Thus you can use for example --save instead of --save_pattern. I'd like to keep single letter shortcuts for options which are really applicable for many users. You can also setup environment variable if you tend to use some set of runtime parameters all the time. </p> Ticket