blob: 47f5226ad9f3c16db567aa96ee9c520493aae57c (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = manifest/ package-version/ repository-location/
./: $d
include $d
|