diff options
-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 |