blob: fac5bb05e86f0a1f63ce1a4d080b01a7b4a8baad (
plain)
1
2
3
4
5
6
7
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript{*} $publish
testscript{publish}@./: test = $publish
|