third_party.pigweed.src/pw_unit_test
Rob Mohr 77d8571bb0 OWNERS: Add throughout tree
These are likely incomplete but not incorrect.

Change-Id: Ie6a240fccea8c7f61420ed684b649390d3eb840f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/67140
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Keir Mierle <keir@google.com>
2021-11-03 21:46:37 +00:00
..
public/pw_unit_test
public_overrides/gtest
pw_unit_test_proto
py
BUILD.bazel
BUILD.gn
CMakeLists.txt
docs.rst
facade_test.gni
framework_test.cc
framework.cc
logging_event_handler.cc
logging_main.cc
OWNERS
README.md
rpc_event_handler.cc
rpc_main.cc
simple_printing_event_handler.cc
simple_printing_main.cc
test_rpc_server.cc
test.gni
unit_test_service.cc

pw_unit_test: Lightweight C++ unit testing framework

The pw_unit_test module contains the code for Pigweed Test, a Googletest-compatible unit testing framework that runs on anything from bare-metal microcontrollers to large desktop operating systems.