summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-03-19 22:26:12 -0700
committerBen Smith <binji@chromium.org>2016-03-19 23:26:06 -0700
commit0114d0b5dff98da0ad2551ea74c4cb5bceadc1cc (patch)
treee85112795c2bc979ba3ecb2e354a5aebb3024ef0 /.gitmodules
parentd0ac26ab37db5ac6c11902b21b16ab33dafd5975 (diff)
downloadwabt-0114d0b5dff98da0ad2551ea74c4cb5bceadc1cc.tar.gz
wabt-0114d0b5dff98da0ad2551ea74c4cb5bceadc1cc.tar.bz2
wabt-0114d0b5dff98da0ad2551ea74c4cb5bceadc1cc.zip
rewrite hexfloat_test w/ gtest
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index ecf8fc61..d0999e3e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
[submodule "third_party/v8/v8"]
path = third_party/v8/v8
url = https://chromium.googlesource.com/v8/v8.git
+[submodule "third_party/gtest"]
+ path = third_party/gtest
+ url = https://github.com/google/googletest