blob: 8608ed9d6659f6bf757d33913a30e67e9cffc4a4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2017 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/ target-triplet/
./: $d
include $d
|