blob: a8ff42b16ef41389e9342a284587f6441c45771f (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/package-archive/buildfile
# license : MIT; see accompanying LICENSE file
import mods = bpkg-rep%bash{package-archive}
./: exe{driver} file{*.tar.gz}
exe{driver}: in{driver} $mods testscript
|