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