Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_unit_test: Standardize Bazel interface
* Use only //pw_unit_test:pw_unit_test to expose framework.h. * Provide a dependency on this target automatically to any pw_cc_test. The latter change is made via an alias, to avoid breaking any users who already have an explicit dep on this target in their pw_cc_test. (Trying to remove this dep from the list of deps is unreliable, because the deps may include select statements.) In subsequent CLs, I'll remove all explicit deps on //pw_unit_test:pw_unit_test, and clean up the alias. Bug: 390709187 Change-Id: Id3d18ddfd94e69cb51a4f7ff3485c237b85a0dbf Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/261395 Lint: Lint 🤖 <[email protected]> Reviewed-by: Armando Montanez <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]> Commit-Queue: Ted Pudlik <[email protected]> Docs-Not-Needed: Ted Pudlik <[email protected]>
- Loading branch information