]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
sntp/tests/Makefile.am: remove g_nameresolution.cpp as it tested something that was...
authorHarlan Stenn <stenn@ntp.org>
Thu, 25 Jun 2015 18:22:10 +0000 (18:22 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 25 Jun 2015 18:22:10 +0000 (18:22 +0000)
bk: 558c46d2koMYnInZ3R788L-sHKDZVQ

ChangeLog
sntp/tests/Makefile.am

index 4506619c6148b92608d26081dea659b8707f30e4..74d3357d0656f4229c01b6025316f1e5a71bb4d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,24 @@
 ---
 
-* Modified tests/bug-2803/Makefile.am so it builds Unity framework tests. Damir Tomić
-* Modified tests/libtnp/Makefile.am so it builds Unity framework tests. Damir Tomić
-* Modified sntp/tests/Makefile.am so it builds Unity framework tests. Damir Tomić
-* Converted from gtest to Unity: tests/bug-2803/. Damir Tomić
-* Converted from gtest to Unity: tests/libntp/ a_md5encrypt, atoint.c, atouint.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c, calyearstart.c, clocktime.c, hextoint.c, lfpfunc.c, modetoa.c, numtoa.c, numtohost.c, refnumtoa.c, ssl_init.c, statestr.c, timespecops.c, timevalops.c, uglydate.c, vi64ops.c, ymd2yd.c. Damir Tomić
-* Converted from gtest to Unity: sntp/tests/ kodDatabase.c, kodFile.c, networking.c, keyFile.c, utilities.cpp, sntptest.h, fileHandlingTest.h. Damir Tomić
----
-
 * [Bug 2855] Parser fix for conditional leap smear code.  Harlan Stenn.
+* sntp/tests/Makefile.am: remove g_nameresolution.cpp as it tested
+  something that was only in the 4.2.6 sntp.  Harlan Stenn.
+* Modified tests/bug-2803/Makefile.am so it builds Unity framework tests.
+  Damir Tomić
+* Modified tests/libtnp/Makefile.am so it builds Unity framework tests.
+  Damir Tomić
+* Modified sntp/tests/Makefile.am so it builds Unity framework tests.
+  Damir Tomić
+* Converted from gtest to Unity: tests/bug-2803/. Damir Tomić
+* Converted from gtest to Unity: tests/libntp/ a_md5encrypt, atoint.c,
+  atouint.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c,
+  calyearstart.c, clocktime.c, hextoint.c, lfpfunc.c, modetoa.c,
+  numtoa.c, numtohost.c, refnumtoa.c, ssl_init.c, statestr.c,
+  timespecops.c, timevalops.c, uglydate.c, vi64ops.c, ymd2yd.c.
+  Damir Tomić
+* Converted from gtest to Unity: sntp/tests/ kodDatabase.c, kodFile.c,
+  networking.c, keyFile.c, utilities.cpp, sntptest.h,
+  fileHandlingTest.h. Damir Tomić
 ---
 (4.2.8p3-RC2) 2015/06/24 Released by Harlan Stenn <stenn@ntp.org>
 
index 7d8a65bd601d31e12e1ad3d5b2ca340016ef9a1c..2228aa0e73f20792a71d70e54d527c52ad6ec403 100644 (file)
@@ -38,12 +38,14 @@ base_SOURCES =                      \
 tests_SOURCES =                        \
        $(base_SOURCES)         \
        g_networking.cpp        \
-       g_nameresolution.cpp    \
        g_packetHandling.cpp    \
        g_packetProcessing.cpp  \
        $(NULL)
 
-#HMS: Somebody needs to audit the following files to
+# HMS: this test was for the 4.2.6 sntp code.
+#      g_nameresolution.cpp    
+
+# HMS: Somebody needs to audit the following files to
 # make sure all of these tests are now handled by Unity
 #
 #      g_utilities.cpp