From: Harlan Stenn Date: Sat, 30 Dec 2017 08:10:36 +0000 (+0000) Subject: Clean up directory paths for test programs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d6095f2def5ea5cf7b67468da99f0ae1630de4;p=thirdparty%2Fntp.git Clean up directory paths for test programs bk: 5a4749fcJDv6m2rMA_Lo_DmAL-a3xw --- diff --git a/sntp/tests/Makefile.am b/sntp/tests/Makefile.am index 81dfe09e78..4de15cdebb 100644 --- a/sntp/tests/Makefile.am +++ b/sntp/tests/Makefile.am @@ -21,9 +21,9 @@ DISTCLEANFILES = \ testLogfile2.log \ $(NULL) -std_unity_list = \ - $(top_srcdir)/unity/auto/generate_test_runner.rb\ - $(srcdir)/testconf.yml \ +std_unity_list = \ + $(abs_top_srcdir)/unity/auto/generate_test_runner.rb \ + $(abs_srcdir)/testconf.yml \ $(NULL) run_unity = cd $(srcdir) && ruby $(std_unity_list) diff --git a/tests/bug-2803/Makefile.am b/tests/bug-2803/Makefile.am index 2943815c65..d0f53a0928 100644 --- a/tests/bug-2803/Makefile.am +++ b/tests/bug-2803/Makefile.am @@ -3,9 +3,9 @@ NULL = BUILT_SOURCES = CLEANFILES = -std_unity_list = \ - $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ - $(srcdir)/testconf.yml \ +std_unity_list = \ + $(abs_top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ + $(abs_srcdir)/testconf.yml \ $(NULL) run_unity = cd $(srcdir) && ruby $(std_unity_list) diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index e4e155ec30..1864e296fe 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -2,9 +2,9 @@ NULL = BUILT_SOURCES = CLEANFILES = -std_unity_list = \ - $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ - $(srcdir)/testconf.yml \ +std_unity_list = \ + $(abs_top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ + $(abs_srcdir)/testconf.yml \ $(NULL) run_unity = cd $(srcdir) && ruby $(std_unity_list) diff --git a/tests/ntpd/Makefile.am b/tests/ntpd/Makefile.am index caa4357a1d..4c962f90a4 100644 --- a/tests/ntpd/Makefile.am +++ b/tests/ntpd/Makefile.am @@ -2,9 +2,9 @@ NULL = BUILT_SOURCES = CLEANFILES = -std_unity_list = \ - $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ - $(srcdir)/testconf.yml \ +std_unity_list = \ + $(abs_top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ + $(abs_srcdir)/testconf.yml \ $(NULL) run_unity = cd $(srcdir) && ruby $(std_unity_list) diff --git a/tests/ntpq/Makefile.am b/tests/ntpq/Makefile.am index 3613723236..2ef96b032f 100644 --- a/tests/ntpq/Makefile.am +++ b/tests/ntpq/Makefile.am @@ -2,9 +2,9 @@ NULL = BUILT_SOURCES = CLEANFILES = -std_unity_list = \ - $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ - $(srcdir)/testconf.yml \ +std_unity_list = \ + $(abs_top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ + $(abs_srcdir)/testconf.yml \ $(NULL) run_unity = cd $(srcdir) && ruby $(std_unity_list) diff --git a/tests/sandbox/Makefile.am b/tests/sandbox/Makefile.am index 60615a5fdf..5182712df0 100644 --- a/tests/sandbox/Makefile.am +++ b/tests/sandbox/Makefile.am @@ -4,9 +4,9 @@ NULL = BUILT_SOURCES = CLEANFILES = -std_unity_list = \ - $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ - $(srcdir)/testconf.yml \ +std_unity_list = \ + $(abs_top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ + $(abs_srcdir)/testconf.yml \ $(NULL) run_unity = cd $(srcdir) && ruby $(std_unity_list) diff --git a/tests/sec-2853/Makefile.am b/tests/sec-2853/Makefile.am index 5fcc57527c..d13f4f0e98 100644 --- a/tests/sec-2853/Makefile.am +++ b/tests/sec-2853/Makefile.am @@ -3,9 +3,9 @@ NULL = BUILT_SOURCES = CLEANFILES = -std_unity_list = \ - $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ - $(srcdir)/testconf.yml \ +std_unity_list = \ + $(abs_top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ + $(abs_srcdir)/testconf.yml \ $(NULL) run_unity = cd $(srcdir) && ruby $(std_unity_list)