into psp-deb1.ntp.org:/home/stenn/ntp-stable-unity
bk: 55f7d631XeCa2NLT23CJUAvLb9Ppfg
Reduced the number of warnings by half. Damir Tomić.
* Updated generate_test_runner.rb and updated the sntp/unity/auto directory
with the latest Unity updates from Mark. Damir Tomić.
+* Retire google test - phase I. Harlan Stenn.
+* Unity test cleanup: move declaration of 'initializing'. Harlan Stenn.
+ * Update the NEWS file. Harlan Stenn.
+ * Autoconf cleanup. Harlan Stenn.
---
(4.2.8p3) 2015/06/29 Released by Harlan Stenn <stenn@ntp.org>
run_unity = cd $(srcdir) && ruby ../../sntp/unity/auto/generate_test_runner.rb
check_PROGRAMS = \
+ test-ntp_signd \
test-leapsec \
- test-ntp_prio_q \
- test-ntp_restrict \
test-rc_cmdlength \
+ test-ntp_restrict \
test-ntp_scanner \
+ test-ntp_prio_q \
+ $(NULL)
+
+EXTRA_PROGRAMS = \
$(NULL)
+ EXTRA_PROGRAMS = \
+ test-ntp_signd \ #doesn't work, can't link it because you can't link static function
+ $(NULL)
+
+ if GTEST_AVAILABLE
+ check_PROGRAMS += tests
+ else
+ EXTRA_PROGRAMS += tests
+ endif
+
LDADD = \
$(top_builddir)/ntpd/libntpd.a \
$(top_builddir)/libntp/libntp.a \