blob: 909432ca9dd4ea76a9de7071c2839947bd47c52b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = base64/ cpfile/ dir-iterator/ fdstream/ link/ manifest-parser/ \
manifest-serializer/ manifest-roundtrip/ pager/ path/ prefix-map/ \
process/ sha256/ small-vector/ strcase/ timestamp/ triplet/
./: $d
include $d
|