android13/external/pigweed/pw_unit_test
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
public/pw_unit_test initial 2024-06-22 20:45:49 +08:00
public_overrides/gtest initial 2024-06-22 20:45:49 +08:00
pw_unit_test_proto initial 2024-06-22 20:45:49 +08:00
py initial 2024-06-22 20:45:49 +08:00
BUILD.bazel initial 2024-06-22 20:45:49 +08:00
BUILD.gn initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
docs.rst initial 2024-06-22 20:45:49 +08:00
facade_test.gni initial 2024-06-22 20:45:49 +08:00
framework.cc initial 2024-06-22 20:45:49 +08:00
framework_test.cc initial 2024-06-22 20:45:49 +08:00
logging_event_handler.cc initial 2024-06-22 20:45:49 +08:00
logging_main.cc initial 2024-06-22 20:45:49 +08:00
rpc_event_handler.cc initial 2024-06-22 20:45:49 +08:00
rpc_main.cc initial 2024-06-22 20:45:49 +08:00
simple_printing_event_handler.cc initial 2024-06-22 20:45:49 +08:00
simple_printing_main.cc initial 2024-06-22 20:45:49 +08:00
test.gni initial 2024-06-22 20:45:49 +08:00
test_rpc_server.cc initial 2024-06-22 20:45:49 +08:00
unit_test_service.cc initial 2024-06-22 20:45:49 +08:00

README.md

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.