aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-05 11:06:06 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-06 17:07:43 +0100
commit23ed1151eda8d939fcdd85dceb39773b12ac17f3 (patch)
tree255f4382e08368b8fffd92fe43c22b31aeee82fb /.gitmodules
parent30461c89fd53e14bb9f5a83eaf6d72040931b62a (diff)
downloadYAGE-23ed1151eda8d939fcdd85dceb39773b12ac17f3.tar.gz
YAGE-23ed1151eda8d939fcdd85dceb39773b12ac17f3.zip
Adding googletest for test bench
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..e07c3b23
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "googletest"]
+ path = googletest
+ url = https://github.com/google/googletest.git
+ branch = master