/* unit.c unit tests driver */ #include int main(int argc, char** argv) { printf("hello unit tests\n"); return 0; }