diff options
author | Manuel Argüelles <manuel.arguelles@gmail.com> | 2014-07-16 20:06:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-16 20:06:34 +0700 |
commit | 39e865139498580b95bc53f9a1c73477998ba4f3 (patch) | |
tree | 17c7dc972646dd6c272afd415db5fe225e19108a /development/cmocka/README | |
parent | 47b1ef0f555e018fe3a07c48cfe0ae5f5f1654c4 (diff) | |
download | slackbuilds-39e865139498580b95bc53f9a1c73477998ba4f3.tar.gz |
development/cmocka: Added (Unit testing framework for C).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cmocka/README')
-rw-r--r-- | development/cmocka/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/development/cmocka/README b/development/cmocka/README new file mode 100644 index 0000000000..dc282d4299 --- /dev/null +++ b/development/cmocka/README @@ -0,0 +1,15 @@ +CMocka is an elegant unit testing framework for C with support for +mock objects. It only requires the standard C library, works on a lot +of platforms (including embedded) and with different compilers. + +The goal of CMocka is to provide a powerful testing framework for C, +on different platforms and operating systems, which only requires the +standard C library. + +CMocka minimizes conflicts with standard C headers especially on a lot +of different platforms. + +Feature list includes: Support for mock objects, only requires a C +library, fully documented API, test fixtures, exception handling for +signals, no fork(), very well tested, testing of memory leaks, buffer +overflows and underflows. |