blob: 36825af9568c1ef57b08bfc74238c981a17ddb60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
CppUTest is a C /C++ based unit xUnit test framework for unit testing and for
test-driving your code. It is written in C++ but is used in C and C++ projects
and frequently used in embedded systems.
CppUTest's core design principles:
* Simple to use and small
* Portable to old and new platforms
* Build with Test-driven Development in mind
|