| commit | 72d815eed764e4a8f60aca07217d18d6ab59155c | [log] [tgz] |
|---|---|---|
| author | Aaron Green <aarongreen@google.com> | Thu Jan 09 18:08:21 2025 -0800 |
| committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 09 18:08:21 2025 -0800 |
| tree | 40475b20ca3458d6a45e051e0cd48fe6ffee6b31 | |
| parent | ce6f2c33b4f0b6d65f843e3de18e21dae1ca0f1f [diff] |
pw_bluetooth_sapphire: Separate gtest deps from test libs Many of the bt-host unit tests depend on aspects of gtest and gmock that are not supported by //pw_unit_test:light. These dependencies were picked up primarily via //pw_bluetooth_sapphire:test_helpers. This CL moves the gtest specific portions to a new "gtest_helpers" target, making it easier to centralize the compatibility check and to create test-related code, such as fuzzers, that do not depend on gtest. Bug: 352808542 Change-Id: I72c5f6b7e99df95458d0df78ab1535c699486761 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253833 Docs-Not-Needed: Aaron Green <aarongreen@google.com> Reviewed-by: Ben Lawson <benlawson@google.com> Pigweed-Auto-Submit: Aaron Green <aarongreen@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.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/.