• Home
Name Date Size #Lines LOC

..--

public/pw_unit_test/03-May-2024-837414

public_overrides/gtest/03-May-2024-212

pw_unit_test_proto/03-May-2024-9371

py/03-May-2024-618436

BUILDD03-May-20242.6 KiB126114

BUILD.gnD03-May-20243.2 KiB131116

CMakeLists.txtD03-May-20241.1 KiB4035

README.mdD03-May-2024338 75

docs.rstD03-May-20249.5 KiB291220

facade_test.gniD03-May-20244.4 KiB10698

framework.ccD03-May-20244.3 KiB156109

framework_test.ccD03-May-20244.1 KiB196130

logging_event_handler.ccD03-May-20242.7 KiB8757

logging_main.ccD03-May-2024819 237

rpc_event_handler.ccD03-May-20241.5 KiB4521

rpc_main.ccD03-May-20241,003 3413

simple_printing_event_handler.ccD03-May-20242.7 KiB8656

simple_printing_main.ccD03-May-20241.1 KiB3517

test.gniD03-May-202410.5 KiB332291

unit_test_service.ccD03-May-20244.5 KiB143100

README.md

1# pw\_unit\_test: Lightweight C++ unit testing framework
2
3The pw\_unit\_test module contains the code for *Pigweed Test*, a
4[Googletest](https://github.com/google/googletest/blob/master/googletest/docs/primer.md)-compatible
5unit testing framework that runs on anything from bare-metal microcontrollers
6to large desktop operating systems.
7