diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-12 15:16:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-12 15:16:38 +0200 |
commit | 8871bbee2859f3221318a5e122941607e4ca933b (patch) | |
tree | f3a9976e6cf4d9014b108fcf04da832957689525 /tests | |
parent | 6efb1b1ce3901c7d90402e8e828b07977fe425d0 (diff) |
Use ./ instead of just . to denote current directory in buildfiles
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 8f20b9f..36e2ce6 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -5,5 +5,5 @@ d = base64/ cpfile/ dir-iterator/ fdstream/ link/ pager/ path/ prefix-map/ \ process/ sha256/ timestamp/ triplet/ -.: $d +./: $d include $d |