Donate Share

The unit++ test framework

File Release Notes and Changelog

Release Name: 2.0

Notes: A major change with only a slight impact, hopefully :) A file:line:... mode has been introduced (-l). This has been done by turning the assert functions into preprocessor macros. In order to cause less harm with this, the fail function has been renamed. It is now a macro called assert_fail. So beware that there are now three macros: assert_true(msg, expr) assert_eq(msg, expected, got) assert_fail(msg)


Changes: A file:line:... mode has been introduced (-l). This has been done by turning the assert functions into preprocessor macros. In order to cause less harm with this, the fail function has been renamed. It is now a macro called assert_fail. So beware that there are now three macros: assert_true(msg, expr) assert_eq(msg, expected, got) assert_fail(msg)