diff options
author | Jason Dillaman <dillaman@redhat.com> | 2015-01-26 01:38:46 +0100 |
---|---|---|
committer | Jason Dillaman <dillaman@redhat.com> | 2015-01-26 05:09:03 +0100 |
commit | bf05ec186a0105721ae23d873b457195c9324c6e (patch) | |
tree | 965bd94f6b1fc596fe68148c2e316b960aa45833 /.gitignore | |
parent | gmock: use Google C++ Mocking Framework for unit tests (diff) | |
download | ceph-bf05ec186a0105721ae23d873b457195c9324c6e.tar.xz ceph-bf05ec186a0105721ae23d873b457195c9324c6e.zip |
tests: replace existing gtest 1.5.0 with gmock/gtest 1.7.0
Google Testing Framework is included by default within the Google
C++ Mocking Framework. Update makefiles to use new gmock/gtest
libraries and remove old gtest source code.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 364d3f76f64..78f5d6f84ba 100644 --- a/.gitignore +++ b/.gitignore @@ -64,7 +64,7 @@ vgcore.* /ceph-[0-9]*/ # M4 Macro directory -m4/ +/m4/ # where is this from? web/*.html |