From 8c001280a017ff719d2980019687d93d409a417a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 27 Aug 2013 23:13:35 +0200 Subject: [PATCH] Added googletest as a submodule - from the chromium git repository: https://git.chromium.org/git/external/googletest.git --- .gitmodules | 3 +++ googletest | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 googletest diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e5caef6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "googletest"] + path = googletest + url = https://git.chromium.org/git/external/googletest.git diff --git a/googletest b/googletest new file mode 160000 index 0000000..e9d7e5b --- /dev/null +++ b/googletest @@ -0,0 +1 @@ +Subproject commit e9d7e5b7647da7931458cc8764bbcad47e30b0eb