C: create my own include file
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
* https://github.com/braoult/exercism/blob/master/c/templates/GNUmakefile
|
||||
*/
|
||||
#if defined UNIT_TEST || defined DEBUG
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
# include <stdio.h>
|
||||
# include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#ifdef TESTALL
|
||||
#undef TEST_IGNORE
|
||||
#define TEST_IGNORE() {}
|
||||
# undef TEST_IGNORE
|
||||
# define TEST_IGNORE() {}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user