boost/libs/test/doc/examples/example01.output
2021-10-05 21:37:46 +02:00

13 lines
493 B
Plaintext

//[example_output
> example --log_level=unit_scope
Running 2 test cases...
Entering test module "Master Test Suite"
example.cpp:20: Entering test case "free_test_function"
example.cpp:20: Leaving test case "free_test_function"; testing time: 50us
example.cpp:22: Entering test case "second-check-free-test-function"
example.cpp:22: Leaving test case "second-check-free-test-function"; testing time: 32us
Leaving test module "Master Test Suite"; testing time: 158us
*** No errors detected
//]