diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-06 23:37:15 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-08 13:25:59 +0300 |
commit | b2bd3dc5f992b1898061e6836ea2b8b04ec243f1 (patch) | |
tree | 2b3d94615ce7c8c4a01c7024b3286e4b8925d6c4 /tests/manifest/testscript | |
parent | 9f695c1d19e55e0581c184831bafcf6360defd52 (diff) |
Add support for dir repository
Diffstat (limited to 'tests/manifest/testscript')
-rw-r--r-- | tests/manifest/testscript | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/manifest/testscript b/tests/manifest/testscript index 68ceced..b72f492 100644 --- a/tests/manifest/testscript +++ b/tests/manifest/testscript @@ -260,6 +260,37 @@ url: http://cppget.org EOO } + + : dir + : + { + : manifest + : + : Roundtrip the dir repository manifest list. + : + $* -dr <<EOF >>EOF + : 1 + location: ../stable + type: dir + role: complement + : + EOF + + : prerequisite-with-fragment + : + $* -dr <<EOI >>EOO + : 1 + location: ../stable.git#stable + role: complement + : + EOI + : 1 + location: ../stable.git + type: dir + role: complement + : + EOO + } } : signature |