diff options
-rwxr-xr-x | bpkg/test.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/test.sh b/bpkg/test.sh index 63b6fb2..e3d4f8d 100755 --- a/bpkg/test.sh +++ b/bpkg/test.sh @@ -456,3 +456,20 @@ test pkg-clean $pkg test pkg-clean $pkg test pkg-disfigure $pkg test pkg-purge $pkg + +## +## Scenarios. +## + +# build package from remote repository +# +test cfg-create --wipe cxx +test rep-add http://pkg.cppget.org/1/hello +test rep-fetch +test pkg-fetch $pkg $ver +test pkg-unpack $pkg +test pkg-configure $pkg +test pkg-update $pkg +test pkg-clean $pkg +test pkg-disfigure $pkg +test pkg-purge $pkg |