Inject customization point for gmock-matchers.h

This commit is contained in:
kosak
2015-07-27 23:05:57 +00:00
parent c820efcc04
commit 6702b97d5e
2 changed files with 43 additions and 1 deletions

View File

@@ -4392,5 +4392,8 @@ inline InnerMatcher AllArgs(const InnerMatcher& matcher) { return matcher; }
} // namespace testing
// Include any custom callback matchers 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 "gmock/internal/custom/gmock-matchers.h"
#endif // GMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_