From 52e78f980821c90037e5ac1dcafe12b313367650 Mon Sep 17 00:00:00 2001 From: Damir Tomic Date: Thu, 11 Jun 2015 23:00:26 +0200 Subject: [PATCH] manually merged a few lines in tests/bug-2803/Makefile.am bk: 5579f6eas3T642XJA-BMbrtlmzUBQQ --- tests/bug-2803/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 \ -- 2.47.3