new file
bug-2803.c:
removed declarations, and put them into bug-2803.h
bk: 55851ffa00ddSewhQ1F1l_dMq84AAA
#include <timevalops.h>
#include "unity.h"
+#include "bug-2803.h"
/* microseconds per second */
#define MICROSECONDS 1000000
-int simpleTest(void);
-void setUp(void);
-void tearDown(void);
-void test_main(void);
static int verbose = 1; // if not 0, also print results if test passed
--- /dev/null
+#include <config.h>
+
+#include <stdio.h>
+#include <sys/time.h>
+
+#include <ntp_fp.h>
+#include <timevalops.h>
+
+#include "unity.h"
+
+int simpleTest(void);
+void setUp(void);
+void tearDown(void);
+void test_main(void);
#include <stdio.h>
//=======External Functions This Runner Calls=====
-void resetTest();
-
extern void setUp(void);
extern void tearDown(void);
extern void test_main(void );
-
+void resetTest(void);
//=======Test Reset Option=====
void resetTest()