aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs1.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-22 16:54:54 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-22 16:54:54 +0000
commit1a96ef926d2600da0e5b8521309b8cbb7c11c768 (patch)
treea01a2593805df2d7591b463ddda42b46ff011df5 /test/testFuncs1.h
parentupdated and fixed (diff)
downloadmutator-1a96ef926d2600da0e5b8521309b8cbb7c11c768.tar.gz
mutator-1a96ef926d2600da0e5b8521309b8cbb7c11c768.zip
added tdd tests for 9.3
Diffstat (limited to '')
-rw-r--r--test/testFuncs1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testFuncs1.h b/test/testFuncs1.h
index 849e8e2..4b590f8 100644
--- a/test/testFuncs1.h
+++ b/test/testFuncs1.h
@@ -11,6 +11,8 @@ extern union uni {
double b;
char str[20];
} uni1;
+
+extern cucu;
/***********************************************************************************************************/
/*choose the compiler*/
#define COMPILER GCC
@@ -109,6 +111,8 @@ void test6(void);
void test7(void);
void test8(void);
void test10(void);
+int test13(void);
+void test15(void);
/***********************************************************************************************************/
/*ive been intentionally left blank. dont touch me.*/