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 /.gitmodules | |
parent | 63b5006d0413c573923766489cee5b6c4ab97bb2 (diff) |
Add another copy of the submodule for testing
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 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 |