Add support for CAF_TEST_NO_MAIN (issue #305)
This compilation flag disables built-in 'main' function generated for unit tests thus enabling users to write their own 'main'. Users can still refer to the default one by calling 'caf::test::main' explicitly.
Showing
Please register or sign in to comment