Add support for gtest custom printers.

This commit is contained in:
kosak
2015-07-14 21:26:09 +00:00
parent 1cc9514de5
commit f025eba07b
3 changed files with 62 additions and 31 deletions

View File

@@ -888,4 +888,9 @@ template <typename T>
} // namespace testing
// Include any custom printer added by the local installation.
// We must include this header at the end to make sure it can use the
// declarations from this file.
#include "gtest/internal/custom/gtest-printers.h"
#endif // GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_