From: Harlan Stenn Date: Sun, 26 Jul 2015 07:14:53 +0000 (+0000) Subject: Add std_unity_tests to various Makefile.am files. Harlan Stenn. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ccda774f56d3882d215e2b8529aead4843c621;p=thirdparty%2Fntp.git Add std_unity_tests to various Makefile.am files. Harlan Stenn. bk: 55b488edcj4oLwqXTEh5EIKCfys0Ng --- diff --git a/ChangeLog b/ChangeLog index 4453d3e62..9578e78d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -89,6 +89,7 @@ fixed formatting. Tomasz Flendrich * libntp/icom.c: Typo fix. Harlan Stenn. * util/ntptime.c: initialization nit. Harlan Stenn. * ntpd/ntp_peer.c:newpeer(): added a DEBUG_REQUIRE(srcadr). Harlan Stenn. +* Add std_unity_tests to various Makefile.am files. Harlan Stenn. --- (4.2.8p3) 2015/06/29 Released by Harlan Stenn diff --git a/sntp/tests/Makefile.am b/sntp/tests/Makefile.am index f28f5da78..49ea18327 100644 --- a/sntp/tests/Makefile.am +++ b/sntp/tests/Makefile.am @@ -4,6 +4,10 @@ CLEANFILES = kod-output-blank kod-output-single kod-output-multiple debug-output DISTCLEANFILES = kod-output-blank kod-output-single kod-output-multiple EXTRA_PROGRAMS = +std_unity_list = \ + $(srcdir)/../unity/auto/generate_test_runner.rb \ + $(NULL) + run_unity = cd $(srcdir) && ruby ../unity/auto/generate_test_runner.rb # Use EXTRA_PROGRAMS for test files that are under development but diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index 95dfcce17..eaf3a2b6c 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -2,6 +2,10 @@ NULL = BUILT_SOURCES = CLEANFILES = +std_unity_list = \ + $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ + $(NULL) + run_unity = cd $(srcdir) && ruby ../../sntp/unity/auto/generate_test_runner.rb check_PROGRAMS = \ diff --git a/tests/ntpd/Makefile.am b/tests/ntpd/Makefile.am index b372781de..993e7ed5c 100644 --- a/tests/ntpd/Makefile.am +++ b/tests/ntpd/Makefile.am @@ -2,6 +2,10 @@ NULL = BUILT_SOURCES = CLEANFILES = +std_unity_list = \ + $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ + $(NULL) + run_unity = cd $(srcdir) && ruby ../../sntp/unity/auto/generate_test_runner.rb check_PROGRAMS = \ diff --git a/tests/sandbox/Makefile.am b/tests/sandbox/Makefile.am index 75de59e02..d09b8b91a 100644 --- a/tests/sandbox/Makefile.am +++ b/tests/sandbox/Makefile.am @@ -3,6 +3,10 @@ NULL = BUILT_SOURCES = CLEANFILES = +std_unity_list = \ + $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ + $(NULL) + run_unity = cd $(srcdir) && ruby ../../sntp/unity/auto/generate_test_runner.rb check_PROGRAMS = bug-2803 first-test second-test smeartest