blob: d7b8b7f14713db8fed52a528a465adc543b0a505 (
plain)
1
2
3
4
5
6
7
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = manifest-parser/ manifest-serializer/ manifest-roundtrip/
.: $d
include $d
|