]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
manually merged a few lines in tests/bug-2803/Makefile.am
authorDamir Tomic <viperus@ntp.org>
Thu, 11 Jun 2015 21:00:26 +0000 (23:00 +0200)
committerDamir Tomic <viperus@ntp.org>
Thu, 11 Jun 2015 21:00:26 +0000 (23:00 +0200)
bk: 5579f6eas3T642XJA-BMbrtlmzUBQQ

tests/bug-2803/Makefile.am

index fc03cd3425467536003cc424f7610ea91f7975bd..aab24d80d79dc6c4f047e392d85a7ddf1128397d 100644 (file)
@@ -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      \