1# pw\_unit\_test: Lightweight C++ unit testing framework 2 3The pw\_unit\_test module contains the code for *Pigweed Test*, a 4[Googletest](https://github.com/google/googletest/blob/master/googletest/docs/primer.md)-compatible 5unit testing framework that runs on anything from bare-metal microcontrollers 6to large desktop operating systems. 7