# apps_testing_cmocka **Repository Path**: open-vela/apps_testing_cmocka ## Basic Information - **Project Name**: apps_testing_cmocka - **Description**: No description available - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 0 - **Created**: 2024-11-29 - **Last Updated**: 2026-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CMOCKA ======= Mirror of [https://gitlab.com/cmocka/cmocka](https://gitlab.com/cmocka/cmocka) INSTALLATION ------------ $ clib install cmocka cmocka is a fork for Google's cmockery unit testing framework to fix bugs and support it in future. See https://code.google.com/p/cmockery/ For information about how to use the cmocka unit testing framework see doc/index.html. COMPILING --------- To compile the cmocka library and example applications run, create a build dir, and in the build dir call 'cmake /path/to/cmocka' followed by 'make'. On Windows you can use the cmake gui. More details can be found in the INSTALL file. LICENSE ------- Apache