aboutsummaryrefslogtreecommitdiffstats
path: root/test/main.c
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-30 19:56:35 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-30 19:56:35 +0000
commita99336dae485436c1bd5c90e48501472a262435c (patch)
treedd247d1bb2ed4ddf97730436a538bc6728035805 /test/main.c
parentfixed a problem where the default input list returned an error (diff)
downloadmutator-a99336dae485436c1bd5c90e48501472a262435c.tar.gz
mutator-a99336dae485436c1bd5c90e48501472a262435c.zip
the tdd test files look more readible and eligible
Diffstat (limited to 'test/main.c')
-rw-r--r--test/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
index d3de2ba..7b7c6d6 100644
--- a/test/main.c
+++ b/test/main.c
@@ -1,8 +1,14 @@
/*intentionally left blank.*/
+/*********************************************************************************************************************/
+/*inclusion directives*/
#include "testFuncs1.h"
//#include <string.h>
+/*********************************************************************************************************************/
+/*Globals*/
+/*********************************************************************************************************************/
+/*main*/
main()
{
int a;
@@ -70,4 +76,5 @@ main()
test29(a);
test31();
}
+/*********************************************************************************************************************/
/*intentionally left blank.*/