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