diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-24 22:14:31 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-24 22:14:31 -0700 |
commit | a11e2404155264fd1c62cd0281c10043e50f1564 (patch) | |
tree | dbdd74130a607f4e566d46d277ea78d486834dce | |
parent | 63b5006d0413c573923766489cee5b6c4ab97bb2 (diff) |
Add another copy of the submodule for testing
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | test | 8 | ||||
l--------- | testdocs | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d8fb33b..9c109aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "_main"] path = _main url = https://github.com/zeux/pugixml.git +[submodule "test"] + path = test + url = https://github.com/zeux/pugixml.git diff --git a/test b/test new file mode 160000 +Subproject 10ff488eb96544074c88ba1aae26025b425dba5 diff --git a/testdocs b/testdocs new file mode 120000 index 0000000..fb3ae9e --- /dev/null +++ b/testdocs @@ -0,0 +1 @@ +test/docs
\ No newline at end of file |