Files
exercism/c/templates/ex.h
2021-08-08 21:11:22 +02:00

8 lines
194 B
C

/* See GNUmakefile in following link for explanation
* https://exercism.io/my/solutions/103b2f7d92db42309c1988030f5202c7
*/
#ifdef TESTALL
#undef TEST_IGNORE
#define TEST_IGNORE() {}
#endif