diff options
Diffstat (limited to 'tests/amalgam')
-rw-r--r-- | tests/amalgam/config/buildfile | 2 | ||||
-rw-r--r-- | tests/amalgam/unnamed/buildfile | 2 |
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 |