so I\'m using [MinUnit][1] to run my tests with C.
This is the library:
/* file: minunit.h */ #define mu_assert(message, test) do { if (!(test)) retu