diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-09 12:25:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-09 12:25:47 +0200 |
commit | 02af7e788f3fef0dbba0ba49442054fb451f5bdc (patch) | |
tree | 5e0295bc0d06579cfffd0df3ad176945c9c51c79 /tests/buildfile | |
parent | 38c8f0efd8f033be8fb8278aa5d0eb704dedee55 (diff) |
Implement directory iteration support
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index ae4bbb3..684221b 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = path/ prefix-map/ +d = dir-iterator/ path/ prefix-map/ .: $d include $d |