blob: c14870b46d06f848b1b198a5216a6c0020ff1c8e (
plain)
1
2
3
4
5
6
7
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = dir-iterator/ path/ prefix-map/
.: $d
include $d
|