diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-01-06 22:07:31 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-01-06 22:07:31 +0000 | 
| commit | f536e1ee9691d71eb2d31cee6b1d44dcfc61ff7d (patch) | |
| tree | cb9765bc13b08a74285813facccf4068610cacf5 | |
| parent | added 14.3 (diff) | |
| download | mutator-f536e1ee9691d71eb2d31cee6b1d44dcfc61ff7d.tar.gz mutator-f536e1ee9691d71eb2d31cee6b1d44dcfc61ff7d.zip | |
tdd tests for 14.3 were previously added. the changes being commited now are mostly cosmetic.
| -rw-r--r-- | test/testFuncs3.c | 7 | ||||
| -rw-r--r-- | test/testFuncs3.h | 9 | 
2 files changed, 15 insertions, 1 deletions
| diff --git a/test/testFuncs3.c b/test/testFuncs3.c index df4fbc0..7d31764 100644 --- a/test/testFuncs3.c +++ b/test/testFuncs3.c @@ -1,4 +1,5 @@ +/*first line intentionally left blank.*/  int crappyint; @@ -55,3 +56,9 @@ void tddfunc3(void)  	READ_TIME_33();  	READ_TIME_34();  } + +void tddfunc4(void) +{ + +} +/*last line intnetionally left blank.*/ diff --git a/test/testFuncs3.h b/test/testFuncs3.h index efe5bd3..13fdf30 100644 --- a/test/testFuncs3.h +++ b/test/testFuncs3.h @@ -1,4 +1,5 @@ +/*first line intentionally left blank.*/  #if 1  #include <assert.h>  #include <complex.h> @@ -50,4 +51,10 @@ do { \  } while (a < 10)  #define ANSWER (17U) -#define STRINGLIT "dodo"
\ No newline at end of file +#define STRINGLIT "dodo" + +void tddfunc1(void); +void tddfunc2(void); +void tddfunc3(void); +void tddfunc4(void); +/*last line intenitonally left blank.*/ | 
