|
cmocka
0.3.2
|
| TODO Describe cmocka | |
| Mock objects mock objects are simulated objects that mimic the behavior of real objects | |
| Functionality to store expected values for mock function parameters | |
| This is a set of useful assert macros like the standard C libary's assert(3) macro | |
| This is the way tests are executed with CMocka | |
| Memory leaks, buffer overflows and underflows can be checked using cmocka | |
| How to handle assert(3) of the standard C library |
1.8.5