Cmockery is a small unit testing framework for older C compilers that can be used to test some exotic code. It only requires that a test application links with the standard C library so conflicts with custom C library headers are avoided.
| Tags | Software Development Testing |
|---|---|
| Implementation | C |