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