- package: bump assertion-macros.h
- Fix for assert failures
- package: add "describe.c"
- describe: move
__after_specification
into a .c (#9)
- package: update
assertion-macros.h
- describe: remove
DESCRIBE_VERSION
- package: update assertion-macros
- Makefile: build objects
- Readme: fix layout on @mikepb's copyright notice
- no longer creating
int main()
for you (#8, @mikepb) - add support for XCode breakpoints (#8, @mikepb)
- add support for multiple
describe
statements
- Use console-colors.c for ANSI color codes
- Update assertion-macros.h for
assert_null
andassert_not_null
- package: Make assertion-macros.h a dep
- Fix name in
package.json
describe
now createsint main
describe
will always exit with the number of failed assertions
- Initial Release