aboutsummaryrefslogtreecommitdiff
path: root/tests/amalgam
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/amalgam
parent39d36c3be269de1d80c162f76021750858e1f60c (diff)
Use ./ instead of just . to denote current directory in buildfiles
Diffstat (limited to 'tests/amalgam')
-rw-r--r--tests/amalgam/config/buildfile2
-rw-r--r--tests/amalgam/unnamed/buildfile2
2 files changed, 2 insertions, 2 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