* Unity test cleanup: move declaration of 'initializing'. Harlan Stenn.
* Update the NEWS file. Harlan Stenn.
* Autoconf cleanup. Harlan Stenn.
+* Unit test dist cleanup. Harlan Stenn.
---
(4.2.8p3) 2015/06/29 Released by Harlan Stenn <stenn@ntp.org>
)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([libevent/build-aux])
+AC_LANG([C])
# Bump sntp_configure_cache_version for each change to configure.ac or
# .m4 files which invalidates cached values from previous configure
kod-output-blank \
kod-output-single \
kod-output-multiple \
+ testLogfile.log \
+ testLogfile2.log \
$(NULL)
std_unity_list = \
bug-2803 \
libntp \
ntpd \
+ ntpq \
sandbox \
sec-2853 \
$(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 \