add iwyu mappings for gtest and gmock

This commit is contained in:
Axel Kohlmeyer
2020-09-04 08:00:38 -04:00
parent bb7447363c
commit 63e5ca53ef

View File

@ -2,4 +2,6 @@
{ include: [ "<bits/types/struct_rusage.h>", private, "<sys/resource.h>", public ] },
{ include: [ "<bits/exception.h>", public, "<exception>", public ] },
{ include: [ "@<Eigen/.*>", private, "<Eigen/Eigen>", public ] },
{ include: [ "@\"gtest/.*\"", private, "\"gtest/gtest.h\"", public ] },
{ include: [ "@\"gmock/.*\"", private, "\"gmock/gmock.h\"", public ] },
]