blob: 69568d0a0628bb12b72c9089acb3950de7cec8b0 (
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 = manifest-parser/ manifest-serializer/ manifest-roundtrip/ manifest/ \
package-version/ repository-location/
./: $d
include $d
|