diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2015-03-02 21:08:46 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2015-03-02 21:08:46 +0100 |
commit | dbcd55f93fb1696eb7a47158370ce415bc3acb98 (patch) | |
tree | ea761347808645f638101b80984ec6429fa2f434 /.gitmodules | |
parent | gmock: remove in-tree code copy (diff) | |
download | ceph-dbcd55f93fb1696eb7a47158370ce415bc3acb98.tar.xz ceph-dbcd55f93fb1696eb7a47158370ce415bc3acb98.zip |
gmock: add git submodule
Add gmock submodule and point to ceph-release-1.7.0 branch.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 02c11f15d47..bcbaeab10b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,4 +22,6 @@ [submodule "ceph-erasure-code-corpus"] path = ceph-erasure-code-corpus url = https://github.com/ceph/ceph-erasure-code-corpus.git - +[submodule "src/gmock"] + path = src/gmock + url = https://github.com/ceph/gmock.git |