third_party.pigweed.src/pw_unit_test
Adrien Larbanet d1ca56c8cd overall: Adding IgnoreError() where Status was discarded
Bug: 387
Change-Id: I720b7a99a1c7a24eb8e2554629529d1e24394cb1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/49041
Reviewed-by: Keir Mierle <keir@google.com>
Commit-Queue: Keir Mierle <keir@google.com>
2021-08-16 18:43:40 +00:00
..
public/pw_unit_test overall: Adding IgnoreError() where Status was discarded 2021-08-16 18:43:40 +00:00
public_overrides/gtest
pw_unit_test_proto
py pw_unit_test: Improve integration test reliability 2021-08-13 21:18:26 +00:00
BUILD.bazel Bazel: Disable unsupported cc_binary targets 2021-08-05 20:46:49 +00:00
BUILD.gn pw_unit_test: Fix and test RPC service 2021-08-04 23:07:26 +00:00
CMakeLists.txt
docs.rst
facade_test.gni
framework_test.cc
framework.cc
logging_event_handler.cc
logging_main.cc
README.md
rpc_event_handler.cc
rpc_main.cc
simple_printing_event_handler.cc
simple_printing_main.cc
test_rpc_server.cc overall: Adding IgnoreError() where Status was discarded 2021-08-16 18:43:40 +00:00
test.gni Remove absolute paths from build command lines 2021-06-09 19:15:51 +00:00
unit_test_service.cc overall: Adding IgnoreError() where Status was discarded 2021-08-16 18:43:40 +00: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.