5 ms·
I've never used a unit test framework for C ever. I usually write a test exerciser for the library/command and a "known good output" file then diff the output
by thirdsight 13y ago
I've never used a unit test framework for C ever.
I usually write a test exerciser for the library/command and a "known good output" file then diff the output and the known good.
will take a look at this for certain.