From 781a3f970df6b96cb202eaa2f03597f0beb548d2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Jul 2016 15:16:38 +0200 Subject: Use ./ instead of just . to denote current directory in buildfiles --- tests/amalgam/config/buildfile | 2 +- tests/amalgam/unnamed/buildfile | 2 +- tests/buildfile | 2 +- tests/cli/lib/libtest/buildfile | 2 +- tests/install/lib/libtest/buildfile | 2 +- tests/install/lib/libtest/doc/buildfile | 2 +- tests/install/lib/libtest/test/buildfile | 2 +- tests/test/generated/buildfile | 2 +- tests/test/simple/buildfile | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) (limited to 'tests') diff --git a/tests/amalgam/config/buildfile b/tests/amalgam/config/buildfile index 56f7f9a..32285a9 100644 --- a/tests/amalgam/config/buildfile +++ b/tests/amalgam/config/buildfile @@ -1,3 +1,3 @@ d = #t/ l/ -.: $d +./: $d include $d diff --git a/tests/amalgam/unnamed/buildfile b/tests/amalgam/unnamed/buildfile index 5aa12c3..ead9514 100644 --- a/tests/amalgam/unnamed/buildfile +++ b/tests/amalgam/unnamed/buildfile @@ -1,3 +1,3 @@ -.: sub/ +./: sub/ include sub/ print $subprojects diff --git a/tests/buildfile b/tests/buildfile index a051c4d..9158a16 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -3,5 +3,5 @@ # license : MIT; see accompanying LICENSE file d= -.: $d +./: $d include $d diff --git a/tests/cli/lib/libtest/buildfile b/tests/cli/lib/libtest/buildfile index d00a137..7ea849d 100644 --- a/tests/cli/lib/libtest/buildfile +++ b/tests/cli/lib/libtest/buildfile @@ -1,2 +1,2 @@ -.: test/ +./: test/ include test/ diff --git a/tests/install/lib/libtest/buildfile b/tests/install/lib/libtest/buildfile index 021f51e..32dd3f2 100644 --- a/tests/install/lib/libtest/buildfile +++ b/tests/install/lib/libtest/buildfile @@ -1,3 +1,3 @@ d = doc/ test/ tests/ -.: $d +./: $d include $d diff --git a/tests/install/lib/libtest/doc/buildfile b/tests/install/lib/libtest/doc/buildfile index 117395b..dfc1701 100644 --- a/tests/install/lib/libtest/doc/buildfile +++ b/tests/install/lib/libtest/doc/buildfile @@ -1 +1 @@ -.: doc{test.txt} man1{test} +./: doc{test.txt} man1{test} diff --git a/tests/install/lib/libtest/test/buildfile b/tests/install/lib/libtest/test/buildfile index 5e275c6..f273f2d 100644 --- a/tests/install/lib/libtest/test/buildfile +++ b/tests/install/lib/libtest/test/buildfile @@ -7,4 +7,4 @@ lib{test}: cxx.export.poptions = -I$src_root exe{driver}: cxx{driver} hxx{driver} lib{test} -.: lib{test} exe{driver} +./: lib{test} exe{driver} diff --git a/tests/test/generated/buildfile b/tests/test/generated/buildfile index 07a38d6..aacca8b 100644 --- a/tests/test/generated/buildfile +++ b/tests/test/generated/buildfile @@ -6,4 +6,4 @@ exe{utility}: cxx{utility} exe{driver}: cxx{driver} exe{driver}: test.input = exe{utility} -.: exe{driver} +./: exe{driver} diff --git a/tests/test/simple/buildfile b/tests/test/simple/buildfile index 0162826..569c12c 100644 --- a/tests/test/simple/buildfile +++ b/tests/test/simple/buildfile @@ -8,5 +8,5 @@ exe{driver}: cxx{driver} #lib{utility} exe{*}: test = true exe{*}: test.output = test.out -.: lib{utility} exe{driver} -#.: exe{driver} +./: lib{utility} exe{driver} +#./: exe{driver} -- cgit v1.1