From 0114d0b5dff98da0ad2551ea74c4cb5bceadc1cc Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Sat, 19 Mar 2016 22:26:12 -0700 Subject: rewrite hexfloat_test w/ gtest --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3