aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs1.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-03 10:28:32 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-03 10:28:32 +0000
commit869e0f0abf6ec4f7a224276b21c5153d36dfcbc6 (patch)
tree517abf62883dc415bc3dc33163fc3d4cd5684eab /test/testFuncs1.h
parentadded quite a few more rule checks (diff)
downloadmutator-869e0f0abf6ec4f7a224276b21c5153d36dfcbc6.tar.gz
mutator-869e0f0abf6ec4f7a224276b21c5153d36dfcbc6.zip
added tdd tests
Diffstat (limited to 'test/testFuncs1.h')
-rw-r--r--test/testFuncs1.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/test/testFuncs1.h b/test/testFuncs1.h
index ec88050..262a565 100644
--- a/test/testFuncs1.h
+++ b/test/testFuncs1.h
@@ -10,21 +10,21 @@
/***********************************************Global******************************************************/
extern union uni {
- int a;
- double b;
- char str[20];
+ int a;
+ double b;
+ char str[20];
} uni1;
extern cucu;
/***********************************************************************************************************/
/*choose the compiler*/
-#define COMPILER GCC
+#define COMPILER GCC
-#define HCS12 1U
-#define MPC 2U
-#define RL78 3U
-#define GCC 4U
-#define CLANG 5U
+#define HCS12 1U
+#define MPC 2U
+#define RL78 3U
+#define GCC 4U
+#define CLANG 5U
/***********************************************************************************************************/
/*options*/
@@ -129,6 +129,8 @@ void test27(void);
void test28(void);
int test29(int a);
int test31(void);
+
+void malloc (void);
#endif
/***********************************************************************************************************/
/*ive been intentionally left blank. dont touch me.*/