]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Regenerate some unity test runners to declare resetTest()
authorHarlan Stenn <stenn@ntp.org>
Mon, 22 Jun 2015 06:50:39 +0000 (06:50 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 22 Jun 2015 06:50:39 +0000 (06:50 +0000)
bk: 5587b03fquJePu7U8Hql0JFvmaE0ZA

tests/libntp/run-caljulian.c
tests/libntp/run-decodenetnum.c
tests/libntp/run-hextolfp.c
tests/libntp/run-netof.c
tests/libntp/run-vi64ops.c

index 5c7fbd7c00bed27e369b1b2084f0d4613e09d6ef..b4e3f480ec7ca073a8b8de4a78f38259daf90d7c 100644 (file)
@@ -26,6 +26,7 @@
 //=======External Functions This Runner Calls=====
 extern void setUp(void);
 extern void tearDown(void);
+void resetTest(void);
 extern void test_RegularTime();
 extern void test_LeapYear();
 extern void test_uLongBoundary();
index 5c82a39d1180dc5c6ce9c67df5415bf00d6b5b7e..2e0a7e593214f00986d66b52af5351ab754b7e73 100644 (file)
@@ -26,6 +26,7 @@
 //=======External Functions This Runner Calls=====
 extern void setUp(void);
 extern void tearDown(void);
+void resetTest(void);
 extern void test_IPv4AddressOnly(void);
 extern void test_IPv4AddressWithPort(void);
 extern void test_IPv6AddressOnly(void);
index 33a8b94d994d65d24dbdc6639a305cef04ee1161..0ef9f63b863fae8175ceda60dd5aeed6f8c303d0 100644 (file)
@@ -26,6 +26,7 @@
 //=======External Functions This Runner Calls=====
 extern void setUp(void);
 extern void tearDown(void);
+void resetTest(void);
 extern void test_PositiveInteger(void);
 extern void test_NegativeInteger(void);
 extern void test_PositiveFraction(void);
index b39c9ee41aed71e7ee7da63caf2cb7c07a9db000..401192d26d6744cad9edd4ed210fe7699f263038 100644 (file)
@@ -26,6 +26,7 @@
 //=======External Functions This Runner Calls=====
 extern void setUp(void);
 extern void tearDown(void);
+void resetTest(void);
 extern void test_ClassBAddress(void);
 extern void test_ClassCAddress(void);
 extern void test_ClassAAddress(void);
index c11e47f948efe08e841c1a2b8e523d6e1dc0ca17..7e8c2cbeba9310afee38da632588cd5d0908feaf 100644 (file)
@@ -26,6 +26,7 @@
 //=======External Functions This Runner Calls=====
 extern void setUp(void);
 extern void tearDown(void);
+void resetTest(void);
 extern void test_ParseVUI64_pos();
 extern void test_ParseVUI64_neg();
 extern void test_ParseVUI64_case();