diff options
author | Ben Smith <binji@chromium.org> | 2016-03-19 22:26:12 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-03-19 23:26:06 -0700 |
commit | 0114d0b5dff98da0ad2551ea74c4cb5bceadc1cc (patch) | |
tree | e85112795c2bc979ba3ecb2e354a5aebb3024ef0 /.gitmodules | |
parent | d0ac26ab37db5ac6c11902b21b16ab33dafd5975 (diff) | |
download | wabt-0114d0b5dff98da0ad2551ea74c4cb5bceadc1cc.tar.gz wabt-0114d0b5dff98da0ad2551ea74c4cb5bceadc1cc.tar.bz2 wabt-0114d0b5dff98da0ad2551ea74c4cb5bceadc1cc.zip |
rewrite hexfloat_test w/ gtest
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
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 |