opnsense-ports/devel/cpputest/pkg-descr
Franco Fichtner f9ca842347 */*: sync with upstream
Taken from: FreeBSD
2016-05-28 13:38:32 +02:00

11 lines
376 B
Text

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
WWW: https://cpputest.github.io/