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