boost_test_macro_workaround.output 607 B

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