From: Harlan Stenn Date: Fri, 12 Jan 2018 09:29:33 +0000 (-0800) Subject: Distribute testconf.yml X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2932ec0be39ed4642d0f01711c011d4776ceae9;p=thirdparty%2Fntp.git Distribute testconf.yml bk: 5a587ffdCa8PUw_tbEamhFAt53RNEA --- diff --git a/ChangeLog b/ChangeLog index 7e099ec2a..6c2191442 100644 --- a/ChangeLog +++ b/ChangeLog @@ -74,6 +74,7 @@ * authistrustedip() - use it in more places. HStenn, JPerlinger. * New sysstats: sys_lamport, sys_tsrounding. HStenn. * Update ntp.keys .../N documentation. HStenn. +* Distribute testconf.yml. HStenn. --- (4.2.8p10) 2017/03/21 Released by Harlan Stenn diff --git a/sntp/tests/Makefile.am b/sntp/tests/Makefile.am index d51a736a1..0a0d2800b 100644 --- a/sntp/tests/Makefile.am +++ b/sntp/tests/Makefile.am @@ -70,6 +70,7 @@ EXTRA_DIST = \ data/kod-test-blanks \ data/kod-test-correct \ data/kod-test-empty \ + testconf.yml \ $(NULL) CLEANFILES += \ diff --git a/tests/bug-2803/Makefile.am b/tests/bug-2803/Makefile.am index 8b8b96e00..69128250e 100644 --- a/tests/bug-2803/Makefile.am +++ b/tests/bug-2803/Makefile.am @@ -12,6 +12,10 @@ run_unity = ruby $(std_unity_list) check_PROGRAMS = bug-2803 +EXTRA_DIST = \ + testconf.yml \ + $(NULL) + # HMS: we may not need some of these: LDADD = \ $(top_builddir)/sntp/unity/libunity.a \ diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index c78087c09..6ebb11705 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -9,6 +9,10 @@ std_unity_list = \ run_unity = ruby $(std_unity_list) +EXTRA_DIST = \ + testconf.yml \ + $(NULL) + check_PROGRAMS = \ test-a_md5encrypt \ test-atoint \ diff --git a/tests/ntpd/Makefile.am b/tests/ntpd/Makefile.am index 1f6bff57e..35ebcde33 100644 --- a/tests/ntpd/Makefile.am +++ b/tests/ntpd/Makefile.am @@ -9,6 +9,10 @@ std_unity_list = \ run_unity = ruby $(std_unity_list) +EXTRA_DIST = \ + testconf.yml \ + $(NULL) + check_PROGRAMS = \ test-leapsec \ test-ntp_prio_q \ diff --git a/tests/ntpq/Makefile.am b/tests/ntpq/Makefile.am index 6c1edd673..23ca1814b 100644 --- a/tests/ntpq/Makefile.am +++ b/tests/ntpq/Makefile.am @@ -9,6 +9,10 @@ std_unity_list = \ run_unity = ruby $(std_unity_list) +EXTRA_DIST = \ + testconf.yml \ + $(NULL) + check_PROGRAMS = \ test-ntpq \ $(NULL) diff --git a/tests/sandbox/Makefile.am b/tests/sandbox/Makefile.am index da4828432..e4072accc 100644 --- a/tests/sandbox/Makefile.am +++ b/tests/sandbox/Makefile.am @@ -11,6 +11,10 @@ std_unity_list = \ run_unity = ruby $(std_unity_list) +EXTRA_DIST = \ + testconf.yml \ + $(NULL) + check_PROGRAMS = \ first-test \ smeartest \ diff --git a/tests/sec-2853/Makefile.am b/tests/sec-2853/Makefile.am index 24d4ad7f5..479a855cd 100644 --- a/tests/sec-2853/Makefile.am +++ b/tests/sec-2853/Makefile.am @@ -10,6 +10,10 @@ std_unity_list = \ run_unity = ruby $(std_unity_list) +EXTRA_DIST = \ + testconf.yml \ + $(NULL) + check_PROGRAMS = sec-2853 # HMS: we may not need some of these: