2
0
mirror of https://github.com/debauchee/barrier synced 2025-08-30 22:05:43 +00:00

Add gtest/gmock framework, locked at 1.6.0

This commit is contained in:
Dom Rodriguez
2020-05-30 22:25:08 +01:00
committed by Povilas Kanapickas
parent e9b82b462c
commit 938ad34e2d
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "ext/gtest"]
path = ext/gtest
url = https://github.com/google/googletest.git
[submodule "ext/gmock"]
path = ext/gmock
url = https://github.com/google/googlemock.git

1
ext/gmock Submodule

Submodule ext/gmock added at 7d33fee11e

1
ext/gtest Submodule

Submodule ext/gtest added at 800f5422ac