Unverified Commit 63e5ca53 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

add iwyu mappings for gtest and gmock

parent bb744736
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ] },
]