Files
exercism/c/templates/ex.h
2021-08-09 10:50:11 +02:00

8 lines
188 B
C

/* See GNUmakefile below for explanation
* https://github.com/braoult/exercism/blob/master/c/templates/GNUmakefile
*/
#ifdef TESTALL
#undef TEST_IGNORE
#define TEST_IGNORE() {}
#endif