blob: 311a29052f7a54045727afe03409446f55ea6e48 (
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/ link/ pager/ path/ prefix-map/ process/ sha256/ \
timestamp/ triplet/
.: $d
include $d
|