blob: 36e2ce6afb80fa8084b3f4fd32301daca4851629 (
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/ cpfile/ dir-iterator/ fdstream/ link/ pager/ path/ prefix-map/ \
process/ sha256/ timestamp/ triplet/
./: $d
include $d
|