blob: cdd601f8bb9a20606f6d4cc0aa8accd0eeb7f22f (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/publish/buildfile
# license : MIT; see accompanying LICENSE file
import publish = bpkg-util%exe{bpkg-util-publish}
./: testscript $publish
testscript@./: test = $publish
|