diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-25 15:24:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-25 15:24:29 +0200 |
commit | 837c43c66fd59afea35b97aaa203da935d4bba1a (patch) | |
tree | f7695861a7f19bc71120bb623c789831dabe74ec | |
parent | 8049a4de3a5d77d28f9dbc6b2d712b280548a08a (diff) |
Add test scenario
-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 |