Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Unit testing C

Name: Anonymous 2005-09-07 17:19

Do you guys know any good, lightweight unit testing frameworks for plain vanilla C?

Name: TokenMacGuy 2005-09-15 20:23 (sage)

#ifdef DEBUG
# define ASSERT(_r,_m) { if ((_r) == 0) { perror((_m));exit 1;}}
#endif

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List