]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/decorator_23.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / decorator_23.output
1 //[example_output
2 > decorator_23 --list_content
3 test_1*
4 test_net*: requires network
5
6
7 > decorator_23 --log_level=test_suite
8 Running 2 test cases...
9 Entering test module "decorator_23"
10 test.cpp(6): Entering test case "test_1"
11 test.cpp(6): Leaving test case "test_1"
12 test.cpp(12): Entering test case "test_net"
13 test.cpp(12): Leaving test case "test_net"
14 Leaving test module "decorator_23"; testing time: 14ms
15
16 *** No errors detected
17
18
19 > decorator_23 --log_level=test_suite --run_test=!test_net
20 Running 1 test case...
21 Entering test module "decorator_23"
22 test.cpp(6): Entering test case "test_1"
23 test.cpp(6): Leaving test case "test_1"
24 Leaving test module "decorator_23"; testing time: 5ms
25 //]