commit | b6d694586dbc0cde44c834e4d79f115611252af4 | [log] [tgz] |
---|---|---|
author | slliu <slliu@google.com> | Fri Apr 19 00:35:18 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 19 00:35:18 2024 +0000 |
tree | 18c6926dfeba3980128b227d4b1ee78b8aadc174 | |
parent | 68ca4ccac2623824abfb663666dd19f102ff37b0 [diff] |
pw_unit_test: Add IWYU export/private pragmas Add pragmas for gtest.h and framework.h to indicate that they export framework.h and framework_backend.h respectively. Also add pragma to framework_backend to indicate it is private and devs should include framework.h instead. Currently, IWYU will replace #include gtest.h with #include pw_unit_test/framework_backend.h Bug: 335291547 Change-Id: Ib4806543f93242a13dba65d3d58a80b0fa2829b5 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/204151 Reviewed-by: Ted Pudlik <tpudlik@google.com> Commit-Queue: Samuel Liu <slliu@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.