From a11e2404155264fd1c62cd0281c10043e50f1564 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 24 Mar 2015 22:14:31 -0700 Subject: Add another copy of the submodule for testing --- .gitmodules | 3 +++ test | 1 + testdocs | 1 + 3 files changed, 5 insertions(+) create mode 160000 test create mode 120000 testdocs 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 index 0000000..10ff488 --- /dev/null +++ b/test @@ -0,0 +1 @@ +Subproject commit 10ff488eb96544074c88ba1aae26025b425dba58 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 -- cgit v1.2.3