mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 13:27:33 +02:00
Use -p to print suites from unit test main
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
1.0.0-b12
|
1.0.0-b12
|
||||||
|
|
||||||
|
* Use -p to print suites from unit test main.
|
||||||
* BEAST_EXPECTS to add a reason string to test failures
|
* BEAST_EXPECTS to add a reason string to test failures
|
||||||
* Fix unit test runner to output all case names
|
* Fix unit test runner to output all case names
|
||||||
* Update README for build requirements
|
* Update README for build requirements
|
||||||
|
@ -90,7 +90,7 @@ int main(int ac, char const* av[])
|
|||||||
po::options_description desc("Options");
|
po::options_description desc("Options");
|
||||||
desc.add_options()
|
desc.add_options()
|
||||||
("help,h", "Produce a help message")
|
("help,h", "Produce a help message")
|
||||||
("print,r", "Print the list of available test suites")
|
("print,p", "Print the list of available test suites")
|
||||||
("suites,s", po::value<string>(), "suites to run")
|
("suites,s", po::value<string>(), "suites to run")
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user