summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorJason Dillaman <dillaman@redhat.com>2015-01-26 01:38:46 +0100
committerJason Dillaman <dillaman@redhat.com>2015-01-26 05:09:03 +0100
commitbf05ec186a0105721ae23d873b457195c9324c6e (patch)
tree965bd94f6b1fc596fe68148c2e316b960aa45833 /Doxyfile
parentgmock: use Google C++ Mocking Framework for unit tests (diff)
downloadceph-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--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 18204c681a3..92bff6a053c 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -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