README 690 B

12345678910111213141516
  1. CMocka is an elegant unit testing framework for C with support for
  2. mock objects. It only requires the standard C library, works on a lot
  3. of platforms (including embedded) and with different compilers.
  4. The goal of CMocka is to provide a powerful testing framework for C,
  5. on different platforms and operating systems, which only requires the
  6. standard C library.
  7. CMocka minimizes conflicts with standard C headers especially on a lot
  8. of different platforms.
  9. Feature list includes: Support for mock objects, only requires a C
  10. library, fully documented API, test fixtures, exception handling for
  11. signals, no fork(), very well tested, testing of memory leaks, buffer
  12. overflows and underflows.