From: Harlan Stenn Date: Thu, 25 Jun 2015 18:22:10 +0000 (+0000) Subject: sntp/tests/Makefile.am: remove g_nameresolution.cpp as it tested something that was... X-Git-Tag: NTP_4_2_8P3_RC3~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4256eb4047e2daa639f7bb92010b39d87c3cf8;p=thirdparty%2Fntp.git sntp/tests/Makefile.am: remove g_nameresolution.cpp as it tested something that was only in the 4.2.6 sntp. Harlan Stenn. bk: 558c46d2koMYnInZ3R788L-sHKDZVQ --- diff --git a/ChangeLog b/ChangeLog index 4506619c6..74d3357d0 100644 --- 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 diff --git a/sntp/tests/Makefile.am b/sntp/tests/Makefile.am index 7d8a65bd6..2228aa0e7 100644 --- a/sntp/tests/Makefile.am +++ b/sntp/tests/Makefile.am @@ -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