1.13.0
Added selection of tests from the command line to lest_cpp03.hpp.
Usage: test [spec ...]
where spec can be:
- empty or "*": all tests, except excluded tests.
- "text": select tests that contain text (case sensitive).
- "!text": omit tests that contain text (case sensitive).
Omission of tests takes precedence over inclusion of tests.