describe.h
describe.h copied to clipboard
align assertion failures
something like:
my program
✓ should do stuff
✖ should fail sometimes
Assertion error: 0 == 12 (example.c:11)
✓ should be ok after failures
✓ should bundle assertion macros
maybe hacking setvbuf?