From: Harlan Stenn Date: Mon, 22 Jun 2015 06:50:39 +0000 (+0000) Subject: Regenerate some unity test runners to declare resetTest() X-Git-Tag: NTP_4_3_44~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087067c9a4ea29689214ac461ddde33c9c234422;p=thirdparty%2Fntp.git Regenerate some unity test runners to declare resetTest() bk: 5587b03fquJePu7U8Hql0JFvmaE0ZA --- diff --git a/tests/libntp/run-caljulian.c b/tests/libntp/run-caljulian.c index 5c7fbd7c0..b4e3f480e 100644 --- a/tests/libntp/run-caljulian.c +++ b/tests/libntp/run-caljulian.c @@ -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(); diff --git a/tests/libntp/run-decodenetnum.c b/tests/libntp/run-decodenetnum.c index 5c82a39d1..2e0a7e593 100644 --- a/tests/libntp/run-decodenetnum.c +++ b/tests/libntp/run-decodenetnum.c @@ -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); diff --git a/tests/libntp/run-hextolfp.c b/tests/libntp/run-hextolfp.c index 33a8b94d9..0ef9f63b8 100644 --- a/tests/libntp/run-hextolfp.c +++ b/tests/libntp/run-hextolfp.c @@ -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); diff --git a/tests/libntp/run-netof.c b/tests/libntp/run-netof.c index b39c9ee41..401192d26 100644 --- a/tests/libntp/run-netof.c +++ b/tests/libntp/run-netof.c @@ -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); diff --git a/tests/libntp/run-vi64ops.c b/tests/libntp/run-vi64ops.c index c11e47f94..7e8c2cbeb 100644 --- a/tests/libntp/run-vi64ops.c +++ b/tests/libntp/run-vi64ops.c @@ -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();