mirror of
https://github.com/boostorg/test.git
synced 2026-01-20 05:02:36 +00:00
10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
//[example_output
|
|
> example --log_level=test_suite
|
|
Running 1 test case...
|
|
Entering test suite "my master test suite name"
|
|
Entering test case "free_test_function"
|
|
Leaving test case "free_test_function"; testing time: 1ms
|
|
Leaving test suite "my master test suite name"
|
|
|
|
*** No errors detected
|
|
//] |