blob: 9c92c9302bac807317d1946b61fdbe7e21079a0b (
plain)
1
2
3
4
5
6
7
|
# file : tests/test/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = script/
./: $d file{common.test}
include $d
|