third_party.pigweed.src/pw_unit_test
Keir Mierle 54f457f205 Rename pw_cmd to pw_cli
This renames pw_cmd to pw_cli, since our plan is for the cli module to
contain general command line interface related tooling, rather than just
the pw_cmd itself.

Change-Id: I1dc7185db25b89d725601ac5d47e0793ea907bf1
2019-11-25 22:16:02 +00:00
..
public Make default unit testing main use pw_dumb_io 2019-11-20 18:32:27 +00:00
py Rename pw_cmd to pw_cli 2019-11-25 22:16:02 +00:00
BUILD Fix Bazel tests 2019-11-20 12:22:33 -08:00
BUILD.gn Make default unit testing main use pw_dumb_io 2019-11-20 18:32:27 +00:00
framework_test.cc
framework.cc pw_unit_test: Make simple runner look like GTest 2019-11-05 14:48:19 -08:00
main.cc Make default unit testing main use pw_dumb_io 2019-11-20 18:32:27 +00:00
README.md
simple_printing_event_handler.cc Make default unit testing main use pw_dumb_io 2019-11-20 18:32:27 +00:00
test.gni Make test runner script a pw command plugin 2019-11-25 11:10:28 -08:00

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.