]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Distribute testconf.yml
authorHarlan Stenn <stenn@ntp.org>
Fri, 12 Jan 2018 09:29:33 +0000 (01:29 -0800)
committerHarlan Stenn <stenn@ntp.org>
Fri, 12 Jan 2018 09:29:33 +0000 (01:29 -0800)
bk: 5a587ffdCa8PUw_tbEamhFAt53RNEA

ChangeLog
sntp/tests/Makefile.am
tests/bug-2803/Makefile.am
tests/libntp/Makefile.am
tests/ntpd/Makefile.am
tests/ntpq/Makefile.am
tests/sandbox/Makefile.am
tests/sec-2853/Makefile.am

index 7e099ec2aab68dbbdd9b966643615ec9d4de7046..6c2191442ac50077f8823d81bd0ab0574eee317e 100644 (file)
--- 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 <stenn@ntp.org>
index d51a736a1ec31cbfe0eddb1550846933a0716b9a..0a0d2800bd084780d04bec2ab60eb0374134f4ab 100644 (file)
@@ -70,6 +70,7 @@ EXTRA_DIST =                          \
        data/kod-test-blanks            \
        data/kod-test-correct           \
        data/kod-test-empty             \
+       testconf.yml                    \
        $(NULL)
 
 CLEANFILES +=                          \
index 8b8b96e00ee8f43ee0eb48a6295baf552c07d2eb..69128250e07b572bd43be837d7f6f914b5d11ac7 100644 (file)
@@ -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   \
index c78087c098cc5dac81c6ba7c5462ff7898ba7800..6ebb1170582a41902b5fde291a1bab5caa10e7c2 100644 (file)
@@ -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             \
index 1f6bff57ec7058200208ac023c8e3e1f4b66c28b..35ebcde334e8ed141d0312bcfa7a0b22a0749e1f 100644 (file)
@@ -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         \
index 6c1edd673ebf89bedea334e9ab600ac32708c025..23ca1814b897a802c1f697292821f7772b9da905 100644 (file)
@@ -9,6 +9,10 @@ std_unity_list =                                                       \
 
 run_unity =    ruby $(std_unity_list)
 
+EXTRA_DIST =                           \
+       testconf.yml                    \
+       $(NULL)
+
 check_PROGRAMS =       \
        test-ntpq       \
        $(NULL)
index da4828432a77ff49d472307a02e0b1e6802c2fc8..e4072accc5301acf10e07446dc5eaf4717a5eb32 100644 (file)
@@ -11,6 +11,10 @@ std_unity_list =                                                     \
 
 run_unity =    ruby $(std_unity_list)
 
+EXTRA_DIST =                           \
+       testconf.yml                    \
+       $(NULL)
+
 check_PROGRAMS =       \
        first-test      \
        smeartest       \
index 24d4ad7f5143bf6a9a10e95054390a105abcfd29..479a855cd2c86900eb6da25c18b71f849e3e968b 100644 (file)
@@ -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: