From: Damir Tomic Date: Thu, 11 Jun 2015 21:00:26 +0000 (+0200) Subject: manually merged a few lines in tests/bug-2803/Makefile.am X-Git-Tag: NTP_4_3_40~6^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59d2134bc5a3ac045c7622a068028b93cad0312;p=thirdparty%2Fntp.git manually merged a few lines in tests/bug-2803/Makefile.am bk: 5579f6eas3T642XJA-BMbrtlmzUBQQ --- diff --git a/tests/bug-2803/Makefile.am b/tests/bug-2803/Makefile.am index fc03cd342..aab24d80d 100644 --- a/tests/bug-2803/Makefile.am +++ b/tests/bug-2803/Makefile.am @@ -3,6 +3,10 @@ NULL = BUILT_SOURCES = CLEANFILES = +std_unity_list = \ + ../../sntp/unity/auto/generate_test_runner.rb \ + $(NULL) + run_unity = cd $(srcdir) && ruby ../../sntp/unity/auto/generate_test_runner.rb check_PROGRAMS = bug-2803 @@ -33,8 +37,8 @@ bug_2803_SOURCES = \ ut-2803.c \ $(NULL) -$(srcdir)/run-bug-2803.c: $(srcdir)/bug-2803.c $(std_unity_list) - $(run_unity) bug-2803.c run-bug-2803.c +$(srcdir)/run-bug-2803.c: $(srcdir)/ut-2803.c $(std_unity_list) + $(run_unity) ut-2803.c run-ut-2803.c # HMS: we may not need some of these: #noinst_HEADERS = ntpdtest.h \