[roll] Roll third_party/pigweed pw_unit_test: Add pw_unit_test_TESTONLY build arg

Add pw_unit_test_TESTONLY build argument that controls the testonly
variable in pw_test, pw_test_group, and miscellaneous test targets.
This is required to support pw_unit_test_GOOGLETEST_BACKEND and
pw_unit_test_MAIN arguments configured with a testonly target.
This argument is false by default to avoid breaking existing
clients.

Original-Bug: 234873207
Test: built with Fuchsia, which has a testonly googletest target
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/171970
Original-Revision: 70ba43b50112cfb09ab32debb72f4bfd71045736
GitOrigin-RevId: a6b7d792264aef841b12adf216f6504582dcc7e6
Change-Id: I3676b2aa423170f9b155e85ebe9111d5f41cd1ad
1 file changed
tree: 0ec855da90555e3ae03a448735a2e5e9e49ee3b6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.