mirror of
https://github.com/boostorg/test.git
synced 2026-02-16 13:52:11 +00:00
18 lines
823 B
Plaintext
18 lines
823 B
Plaintext
//[example_output
|
|
> ./boost_test_macro1 --log_level=all
|
|
Running 2 test cases...
|
|
Entering test module "boost_test_macro1"
|
|
boost_test_macro1.cpp:13: Entering test case "test_basic_operations"
|
|
boost_test_macro1.cpp:17: info: check a == b has passed
|
|
boost_test_macro1.cpp:18: info: check a < b + 1 has passed
|
|
boost_test_macro1.cpp:19: info: check b >= a has passed
|
|
boost_test_macro1.cpp:20: info: check !(b >= b + 1) has passed
|
|
boost_test_macro1.cpp:13: Leaving test case "test_basic_operations"; testing time: 324mks
|
|
boost_test_macro1.cpp:23: Entering test case "test_logical_not_allowed"
|
|
boost_test_macro1.cpp:25: info: check true has passed
|
|
boost_test_macro1.cpp:23: Leaving test case "test_logical_not_allowed"; testing time: 113mks
|
|
Leaving test module "boost_test_macro1"; testing time: 643mks
|
|
|
|
*** No errors detected
|
|
//]
|