aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-12 15:16:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-12 15:16:38 +0200
commit781a3f970df6b96cb202eaa2f03597f0beb548d2 (patch)
tree4d11a55bcec427fbe4a94194b29f6780cca763c0 /tests
parent39d36c3be269de1d80c162f76021750858e1f60c (diff)
Use ./ instead of just . to denote current directory in buildfiles
Diffstat (limited to 'tests')
-rw-r--r--tests/amalgam/config/buildfile2
-rw-r--r--tests/amalgam/unnamed/buildfile2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/cli/lib/libtest/buildfile2
-rw-r--r--tests/install/lib/libtest/buildfile2
-rw-r--r--tests/install/lib/libtest/doc/buildfile2
-rw-r--r--tests/install/lib/libtest/test/buildfile2
-rw-r--r--tests/test/generated/buildfile2
-rw-r--r--tests/test/simple/buildfile4
9 files changed, 10 insertions, 10 deletions
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}