blob: bac1dfaf2c6edb52c5eb96982483353d24a80b77 (
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
|