third_party.pigweed.src/pw_unit_test
Prashanth Swaminathan ee8b0f6b15 pw_unit_test: Fix possible nullptr dereference
Change-Id: I7056e52e9926d1a90a26c210c38c9a8753cf805b
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/31621
Reviewed-by: Alexei Frolov <frolv@google.com>
Commit-Queue: Prashanth Swaminathan <prashanthsw@google.com>
2021-02-03 17:10:45 +00:00
..
public/pw_unit_test
public_overrides/gtest
pw_unit_test_proto
py pw_protobuf_compiler: Protobuf type annotations 2021-01-25 20:14:01 +00:00
BUILD s/pw_hdlc_lite/pw_hdlc/g 2021-01-11 21:16:53 +00:00
BUILD.gn
CMakeLists.txt
docs.rst s/pw_hdlc_lite/pw_hdlc/g 2021-01-11 21:16:53 +00:00
framework_test.cc
framework.cc pw_unit_test: Fix possible nullptr dereference 2021-02-03 17:10:45 +00:00
logging_event_handler.cc
logging_main.cc
README.md
rpc_event_handler.cc
rpc_main.cc s/pw_hdlc_lite/pw_hdlc/g 2021-01-11 21:16:53 +00:00
simple_printing_event_handler.cc
simple_printing_main.cc
test.gni pw_build: Make GN Python installation more robust 2021-01-22 04:42:12 +00:00
unit_test_service.cc

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.