diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-13 12:31:42 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-13 12:31:42 +0000 |
commit | 997388e61e2bb746c8e40564438fa42b78577a48 (patch) | |
tree | 650715b3a17b3907f62a2f7a8c294c32de30d6d5 /test/main.c | |
parent | the tdd tests will not be run using the compil_command.json for the time being. (diff) | |
download | mutator-997388e61e2bb746c8e40564438fa42b78577a48.tar.gz mutator-997388e61e2bb746c8e40564438fa42b78577a48.zip |
updated tdd tests, cosmetic changes
Diffstat (limited to 'test/main.c')
-rw-r--r-- | test/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c index 89bccc2..dba3c11 100644 --- a/test/main.c +++ b/test/main.c @@ -3,6 +3,7 @@ /*********************************************************************************************************************/ /*inclusion directives*/ #include "testFuncs1.h" +#include "testFuncs2.h" //#include <string.h> /*********************************************************************************************************************/ /*Globals*/ |