#ifdef TEST #include #endif #ifdef TEST static void unit_tests() { } #endif #ifdef TEST int main(void) { unit_tests(); return EXIT_SUCCESS; } #endif