blob: 405df8f54e35f8e770c19955a919b7b969ebe34d (
plain)
1
2
3
4
5
6
7
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = directive/ expansion/ function/ test/
./: $d
include $d
|