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