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