A Lightweight Unit Testing Framework for Embedded Systems!
Follow our official account to keep receiving embedded knowledge! 1. Project Overview Unity is a lightweight unit testing framework designed specifically for C language, with a core goal: to allow you to easily write unit tests in any C compiler and any embedded toolchain. https://github.com/ThrowTheSwitch/Unity MIT license It addresses typical issues such as: Absence of … Read more