blob: e6670ca534ed69fefc6a2891acac4cea696ae931 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = base64/ dir-iterator/ pager/ path/ prefix-map/ process/ sha256/ \
timestamp/ triplet/
.: $d
include $d
|