| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- when cppcheck 1.82 is introduced, it is identified putting second macro with in the same named namespace causes problem. b/127266463. This customize cfg file is to work around this problem. Further details please see http://cppcheck.sourceforge.net/manual.pdf Chapter 10. --> | |
| <def version="2"> | |
| <define name="TEST_F" value=""/> | |
| <define name="MATCHER_P2" value=""/> | |
| <define name="MATCHER_P" value=""/> | |
| </def> |