commit | 3b8f14c4364b9c9834c4dcdc5b499dcd5754ee31 | [log] [tgz] |
---|---|---|
author | aarongreen <aarongreen@google.com> | Tue Aug 15 21:16:11 2023 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 15 21:16:11 2023 +0000 |
tree | a102a8192cc1df19266de1c4aba551f5113c9153 | |
parent | 2c93ab299c560b58d1860c2b48261e317a4f8156 [diff] |
pw_fuzzer: Add test metadata This CL updates `pw_fuzzer` to use `pw_test_info` to generate test metadata. This allows building all fuzzers from `pw_module_tests` and then locating them and determining their associated fuzzing engine from the JSON metadata file. It also adds a `pw_fuzz_test` template. This automates the addition of the fuzztest dep, and adds a "fuzztest" tag to those unit tests. Change-Id: Id43967f9ac204a461cd25a871221966c0e3cda29 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/154555 Commit-Queue: Aaron Green <aarongreen@google.com> Reviewed-by: Armando Montanez <amontanez@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/.