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