Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-21 | Avoid dialyzer warnings for unreachable code in asserts | Richard Carlsson | |
Dialyzer would warn about uses of the ?assert(BoolExpr) macro in assert.hrl if the argument was known to be boolean-only. | |||
2016-04-21 | Make assert macro implementations uniform | Richard Carlsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-03 | Break out assert macros from eunit to stdlib assert.hrl | Richard Carlsson | |
Several people have requested that the assert macros in EUnit should be moved out to a separate header file. This patch puts them in stdlib/include/assert.hrl, which gets included by the eunit.hrl file. Thus, nothing changes for eunit users, but the asserts can now also be included separately. |