Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Nov 22, 2023
1 parent 8b66980 commit 68097f8
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
31 changes: 31 additions & 0 deletions iwyu/gmock.imp
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
[
{ include: [ "<gmock/gmock-actions.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/gmock-cardinalities.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/gmock-function-mocker.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/gmock-matchers.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/gmock-more-actions.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/gmock-more-matchers.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/gmock-nice-strict.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/gmock-spec-builders.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/internal/custom/gmock-generated-actions.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/internal/custom/gmock-matchers.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/internal/custom/gmock-port.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/internal/gmock-internal-utils.h>", private, "<gmock/gmock.h>", public ] },
{ include: [ "<gmock/internal/gmock-port.h>", private, "<gmock/gmock.h>", public ] }
]
34 changes: 34 additions & 0 deletions iwyu/gtest.imp
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
[
{ include: [ "<gtest/gtest-assertion-result.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/gtest-death-test.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/gtest-matchers.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/gtest-message.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/gtest-param-test.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/gtest-printers.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/gtest-test-part.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/gtest-typed-test.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/gtest_pred_impl.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/internal/gtest-death-test-internal.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/internal/gtest-filepath.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/internal/gtest-internal.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/internal/gtest-param-util.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/internal/gtest-port.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/internal/gtest-string.h>", private, "<gtest/gtest.h>", public ] },
{ include: [ "<gtest/internal/gtest-type-util.h>", private, "<gtest/gtest.h>", public ] }
]

0 comments on commit 68097f8

Please sign in to comment.