]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Clean up directory paths for test programs
authorHarlan Stenn <stenn@ntp.org>
Sat, 30 Dec 2017 08:10:36 +0000 (08:10 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 30 Dec 2017 08:10:36 +0000 (08:10 +0000)
bk: 5a4749fcJDv6m2rMA_Lo_DmAL-a3xw

sntp/tests/Makefile.am
tests/bug-2803/Makefile.am
tests/libntp/Makefile.am
tests/ntpd/Makefile.am
tests/ntpq/Makefile.am
tests/sandbox/Makefile.am
tests/sec-2853/Makefile.am

index 81dfe09e7874b2417f92c94e8911a6d641c5d061..4de15cdebb4d20b41a0c466911370d2732cb4cdd 100644 (file)
@@ -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)
index 2943815c6547ae7348fc3662abec6a280c7fd54d..d0f53a09281cc9939373058942e4e8815a7dc219 100644 (file)
@@ -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)
index e4e155ec3039ee3c933353e415c737699d284d27..1864e296fe1023f4d371c4f31bb6eca98de75eef 100644 (file)
@@ -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)
index caa4357a1d00fb7fc2b9d4189c9d1c9c42cc9cf5..4c962f90a48cbec5364b7c38aa36230c444db930 100644 (file)
@@ -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)
index 3613723236de39bd8ea70566a08adf1db0e745b3..2ef96b032facef79726675fcf50bd35c8c747249 100644 (file)
@@ -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)
index 60615a5fdff85ae960d9899c0312faff04032c8a..5182712df0ac27b75f780a5e6fd223b8b649b188 100644 (file)
@@ -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)
index 5fcc57527c98df9b0f72bde7ff9417678acbcdd8..d13f4f0e98f037a9cf3545e663e5d5ee6f1e0893 100644 (file)
@@ -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)