• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//[example_output
2> ./boost_test_macro_workaround --log_level=all
3Running 2 test cases...
4Entering test module "boost_test_macro_workaround"
5test.cpp:13: Entering test case "test_logical_not_allowed"
6test.cpp:17: info: check (true && true) has passed
7test.cpp:13: Leaving test case "test_logical_not_allowed"; testing time: 183us
8test.cpp:20: Entering test case "test_ternary"
9test.cpp:26: info: check (a + 1 == b ? true : false) has passed
10test.cpp:20: Leaving test case "test_ternary"; testing time: 123us
11Leaving test module "boost_test_macro_workaround"; testing time: 547us
12
13*** No errors detected
14//]
15