blob: 81df59e228ab080485b870111dfe1eecc1c03e14 (
plain)
1
2
3
4
5
6
7
|
# file : tests/expansion/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: test{type} file{common.test}
test{*}: test = $effect($build.path)
|