Opened 9 years ago

Closed 7 years ago

#8636 closed Patches (wontfix)

Short form for some switches for Boost Test 1.53

Reported by: Valentin Shtronda <valiko.ua@…> Owned by: Gennadiy Rozental
Milestone: To Be Determined Component: test
Version: Boost 1.53.0 Severity: Problem
Keywords: Cc:

Description

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:

-b for --break_exec_path
-x for --detect_fp_exceptions
-y for --detect_memory_leaks
-v for --save_pattern
-u for --use_alt_stack

Attachments (1)

boost_1_53_0_unit_test_parameters.ipp.patch (3.7 KB ) - added by Valentin Shtronda <valiko.ua@…> 9 years ago.
Adds short switches where they are missing for Boost Test 1.53.

Download all attachments as: .zip

Change History (2)

by Valentin Shtronda <valiko.ua@…>, 9 years ago

Adds short switches where they are missing for Boost Test 1.53.

comment:1 by Gennadiy Rozental, 7 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.