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)
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use