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 81dfe09e7..4de15cdeb 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 2943815c6..d0f53a092 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 e4e155ec3..1864e296f 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 caa4357a1..4c962f90a 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 361372323..2ef96b032 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 60615a5fd..5182712df 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 5fcc57527..d13f4f0e9 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)