]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Merge psp-deb1.ntp.org:/home/tflendrich/develpment/to_delivery/ntp-stable-unity
authorDamir Tomic <viperus@ntp.org>
Fri, 19 Jun 2015 19:21:22 +0000 (21:21 +0200)
committerDamir Tomic <viperus@ntp.org>
Fri, 19 Jun 2015 19:21:22 +0000 (21:21 +0200)
into  ubuntu.(none):/home/viperus/Desktop/ntp-stable-unity

bk: 55846bb2vg26L-GrxA0XDXwoAJV2ww

1  2 
sntp/tests/Makefile.am
tests/libntp/Makefile.am

Simple merge
index b19a4641219d94e6a05c6c245cd65340b20b15fd,fd1b7bf9bba5921593b19c8160c0e8768117471a..8da86031b7559b0967b94b669b7d473361684643
@@@ -18,22 -19,24 +19,26 @@@ check_PROGRAMS =           
        test-hextoint           \
        test-hextolfp           \
        test-lfpfunc            \
 +      test-lfptostr           \
        test-modetoa            \
-       test-netof              \
-       test-numtoa             \
+       test-msyslog            \
+       test-netof                      \
+       test-numtoa                     \
        test-numtohost          \
        test-octtoint           \
+       test-prettydate         \
+       test-recvbuff           \
        test-refnumtoa          \
        test-ssl_init           \
        test-socktoa            \
        test-statestr           \
 +      test-strtolfp       \
        test-timespecops        \
        test-timevalops         \
+       test-tstotv                     \
        test-uglydate           \
        test-vi64ops            \
-       test-ymd2yd             \
+       test-ymd2yd                     \
        $(NULL)
  
  if GTEST_AVAILABLE
@@@ -89,10 -92,10 +94,10 @@@ tests_SOURCES =                                    
        g_hextolfp.cpp          \
        humandate.cpp           \
        g_lfpfunc.cpp           \
 -      lfptostr.cpp            \
 +      g_lfptostr.cpp          \
        g_modetoa.cpp           \
-       msyslog.cpp             \
-       g_netof.cpp             \
+       g_msyslog.cpp           \
+       g_netof.cpp                     \
        g_numtoa.cpp            \
        g_numtohost.cpp         \
        g_octtoint.cpp          \
@@@ -126,8 -130,8 +132,9 @@@ BUILT_SOURCES +=                   
        $(srcdir)/run-hextoint.c        \
        $(srcdir)/run-hextolfp.c        \
        $(srcdir)/run-lfpfunc.c         \
 +      $(srcdir)/run-lfptostr.c                \
        $(srcdir)/run-modetoa.c         \
+       $(srcdir)/run-msyslog.c         \
        $(srcdir)/run-netof.c           \
        $(srcdir)/run-numtoa.c          \
        $(srcdir)/run-numtohost.c       \
        $(srcdir)/run-ssl_init.c        \
        $(srcdir)/run-socktoa.c         \
        $(srcdir)/run-statestr.c        \
 +      $(srcdir)/run-strtolfp.c        \
        $(srcdir)/run-timevalops.c      \
        $(srcdir)/run-timespecops.c     \
+       $(srcdir)/run-tstotv.c          \
        $(srcdir)/run-uglydate.c        \
        $(srcdir)/run-vi64ops.c         \
        $(srcdir)/run-ymd2yd.c          \