tree: 14d8a1cca21f53e18cf68251ec5be50c1eed55c9 [path history] [tgz]
  1. public/
  2. public_overrides/
  3. pw_unit_test_proto/
  4. py/
  5. BUILD
  6. BUILD.gn
  7. CMakeLists.txt
  8. docs.rst
  9. framework.cc
  10. framework_test.cc
  11. logging_event_handler.cc
  12. logging_main.cc
  13. README.md
  14. rpc_event_handler.cc
  15. rpc_main.cc
  16. simple_printing_event_handler.cc
  17. simple_printing_main.cc
  18. test.gni
  19. unit_test_service.cc
pw_unit_test/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.