]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/example11.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / example11.output
1 //[example_output
2 > example --log_level=test_suite
3 Running 4 test cases...
4 Entering test suite "Master Test Suite"
5 Entering test suite "test_suite1"
6 Entering test case "test_case1"
7 Leaving test case "test_case1"
8 Entering test case "test_case2"
9 Leaving test case "test_case2"
10 Leaving test suite "test_suite1"
11 Entering test suite "test_suite2"
12 Entering test case "test_case3"
13 Leaving test case "test_case3"
14 Entering test case "test_case4"
15 Leaving test case "test_case4"
16 Leaving test suite "test_suite2"
17 Leaving test suite "Master Test Suite"
18
19 *** No errors detected
20 //]