Opened 9 years ago
Closed 7 years ago
#8636 closed Patches (wontfix)
Short form for some switches for Boost Test 1.53
Reported by: | 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)
Change History (2)
by , 9 years ago
Attachment: | boost_1_53_0_unit_test_parameters.ipp.patch added |
---|
comment:1 by , 7 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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.
Adds short switches where they are missing for Boost Test 1.53.