From 837c43c66fd59afea35b97aaa203da935d4bba1a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Sep 2015 15:24:29 +0200 Subject: Add test scenario --- bpkg/test.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 -- cgit v1.1