Search Results

2
votes

Unit Testing C Code

I don't use a framework, I just use autotools "check" target support. Implement a "main" and use assert(s). My test dir Makefile.am(s) look like: check_PROGRAMS = test_oe_a …