2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-16 01:42:11 +00:00
Files
test/doc/examples/boost_test_macro2.output
2015-05-06 00:55:09 +02:00

17 lines
831 B
Plaintext

//[example_output
> ./boost_test_macro2 --log_level=all
Running 1 test case...
Entering test module "boost_test_macro2"
boost_test_macro2.cpp:13: Entering test case "test_compound1"
boost_test_macro2.cpp:16: info: check a - b == c has passed
boost_test_macro2.cpp:17: error: in "test_compound1": check a == b + 12 == c + 1 has failed [13 != 13 != 13]
boost_test_macro2.cpp:18: info: check a == b + 12 has passed
boost_test_macro2.cpp:19: info: check b + 12 == c + 1 has passed
boost_test_macro2.cpp:21: info: check a == b + 12 == true has passed
boost_test_macro2.cpp:22: info: check a == b + 11 == false has passed
boost_test_macro2.cpp:13: Leaving test case "test_compound1"; testing time: 497mks
Leaving test module "boost_test_macro2"; testing time: 640mks
*** 1 failure is detected in the test module "boost_test_macro2"
//]