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