third_party.pigweed.src/pw_unit_test
Wyatt Hepler 1a96094ce6 Fix copyright notices
- Add missing copright header in conf.py.
- Fix inconsistent copyright notice line breaking.

Change-Id: Ib78f7768643069c49ff986a48a176df9fd06e891
2019-11-27 22:34:02 +00:00
..
public Fix copyright notices 2019-11-27 22:34:02 +00:00
py Module to run subprocesses with captured output 2019-11-27 20:34:16 +00:00
BUILD Bazel build fixes. 2019-11-27 21:24:49 +00:00
BUILD.gn Add evaluated string outputs to the test framework 2019-11-26 21:29:18 +00:00
framework_test.cc Fix copyright notices 2019-11-27 22:34:02 +00:00
framework.cc Fix copyright notices 2019-11-27 22:34:02 +00:00
main.cc Fix copyright notices 2019-11-27 22:34:02 +00:00
README.md
simple_printing_event_handler.cc Fix copyright notices 2019-11-27 22:34:02 +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.