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 /Doxyfile | |
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 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ SYMBOL_CACHE_SIZE = 2 WARN_IF_UNDOCUMENTED = NO INPUT = src RECURSIVE = YES -EXCLUDE = src/gtest \ +EXCLUDE = src/gmock \ src/test/virtualenv \ src/out VERBATIM_HEADERS = NO |