]> git.ipfire.org Git - thirdparty/ntp.git/commit
g_leapsec.cpp:
authorDamir Tomic <viperus@ntp.org>
Wed, 1 Jul 2015 07:31:35 +0000 (09:31 +0200)
committerDamir Tomic <viperus@ntp.org>
Wed, 1 Jul 2015 07:31:35 +0000 (09:31 +0200)
commit4ecfdbc1564950010de3d90f9cb676fd046409a8
treea3b0f745d30c4c55c705b0fb98752c7c03e1bf68
parentdaebbd44adb98bd90e97f47ca33439b4f8ebb41f
g_leapsec.cpp:
  Rename: tests/ntpd/leapsec.cpp -> tests/ntpd/g_leapsec.cpp
run-leapsec.c, leapsec.c:
  new file
Makefile.am:
  added /tests/ntpd/ dir
  unity tests
  removed a comment line
g_ntpdtest.h:
  Rename: tests/ntpd/ntpdtest.h -> tests/ntpd/g_ntpdtest.h
Makefile.am:
  added support for unity tests
test-libntp.h:
  added new headers
g_ntpdtest.cpp:
  minor change in the header name
  Rename: tests/ntpd/ntpdtest.cpp -> tests/ntpd/g_ntpdtest.cpp

bk: 55939757LDuYS6xJygO9e0ZD3-1NrQ
tests/Makefile.am
tests/libntp/Makefile.am
tests/libntp/test-libntp.h
tests/ntpd/Makefile.am
tests/ntpd/g_leapsec.cpp [moved from tests/ntpd/leapsec.cpp with 100% similarity]
tests/ntpd/g_ntpdtest.cpp [moved from tests/ntpd/ntpdtest.cpp with 96% similarity]
tests/ntpd/g_ntpdtest.h [moved from tests/ntpd/ntpdtest.h with 100% similarity]
tests/ntpd/leapsec.c [new file with mode: 0644]
tests/ntpd/run-leapsec.c [new file with mode: 0644]