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/.