third_party.pigweed.src/pw_unit_test
Wyatt Hepler edf6f2928b pw_unit_test: Create test running groups
Have pw_test_group create a *_run test group that runs all of the tests
in that group and dependent groups. This allows, for example, using
pw_module_tests_run to run all tests without rebuilding the docs.

Change-Id: I5b37129e94c1cc0f44085e02b0093848f1f8d249
2019-12-02 16:03:32 -08: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 pw_unit_test: Create test running groups 2019-12-02 16:03:32 -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.