Add types & test

This commit is contained in:
John Zhao
2018-04-03 10:27:28 +08:00
parent a5bdeaf41f
commit 48cf2bf9cb
10 changed files with 444 additions and 11 deletions

14
.gitmodules vendored
View File

@@ -1,10 +1,10 @@
[submodule "tests/gtest"]
path = tests/gtest
[submodule "test/gtest"]
path = test/gtest
url = https://github.com/google/googletest.git
[submodule "third_party/glog"]
path = third_party/glog
url = https://github.com/google/glog.git
path = third_party/glog
url = https://github.com/google/glog.git
[submodule "tools/linter"]
path = tools/linter
url = https://github.com/slightech/linter.git
branch = slightech
path = tools/linter
url = https://github.com/slightech/linter.git
branch = slightech