diff options
author | Anirudha Bose <ani07nov@gmail.com> | 2016-05-15 18:11:19 +0530 |
---|---|---|
committer | Josh Durgin <jdurgin@redhat.com> | 2016-07-12 17:18:09 -0700 |
commit | a54a195dc4d90fdf26e33adbe778137d71aac45e (patch) | |
tree | 2ba0a42c36eca699c679b9aef0741b1b4740668c /.gitmodule_mirrors | |
parent | e489cd4f07650f62b8adb46ad08c2f59b434fd18 (diff) | |
download | ceph-a54a195dc4d90fdf26e33adbe778137d71aac45e.tar.gz |
Replace gmock/gtest with googletest
Google Mock has been absorbed into the Google Test project, and
is now available under the googletest repository.
Signed-off-by: Anirudha Bose <ani07nov@gmail.com>
Diffstat (limited to '.gitmodule_mirrors')
-rw-r--r-- | .gitmodule_mirrors | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitmodule_mirrors b/.gitmodule_mirrors index 0e10b99a9a6..2a77bbfe044 100644 --- a/.gitmodule_mirrors +++ b/.gitmodule_mirrors @@ -8,4 +8,5 @@ src/erasure-code/jerasure/jerasure git://apt-mirror.front.sepia.ceph.com/jerasur src/erasure-code/jerasure/gf-complete git://apt-mirror.front.sepia.ceph.com/gf-complete.git src/rocksdb git://apt-mirror.front.sepia.ceph.com/rocksdb.git ceph-erasure-code-corpus git://apt-mirror.front.sepia.ceph.com/ceph-erasure-code-corpus.git -src/gmock git://apt-mirror.front.sepia.ceph.com/gmock.git +# FIXME: Should be changed to src/googletest +# src/gmock git://apt-mirror.front.sepia.ceph.com/gmock.git |