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