aboutsummaryrefslogtreecommitdiff
path: root/bpkg/test.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-25 07:10:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-25 07:10:57 +0200
commit287c71ddc00f0db1436d557042b69c03dc448b13 (patch)
tree824d66203c59530b856151c94c4bd322eff28562 /bpkg/test.sh
parent5ab55b3efa7be536af146c778ebe457462a886a6 (diff)
Add support for fetching remote repositories
Wget, curl, and (FreeBSD) fetch are supported.
Diffstat (limited to 'bpkg/test.sh')
-rwxr-xr-xbpkg/test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/test.sh b/bpkg/test.sh
index c252a8a..75555f8 100755
--- a/bpkg/test.sh
+++ b/bpkg/test.sh
@@ -147,6 +147,12 @@ test rep-add ../tests/repository/1/math/unstable
test rep-fetch
test rep-fetch
+# remote
+#
+test cfg-create --wipe
+test rep-add http://pkg.cppget.org/1/hello
+test rep-fetch
+
## @@
##
##