How to Install cmocka-doc in Ubuntu 18.04



Install cmocka-doc by entering the following commands in the terminal:

sudo apt update
sudo apt install cmocka-doc

Description:

documentation for the CMocka unit testing framework

This package contains the documentation and examples for CMocka. . The idea of CMocka is that a test application only requires the standard C library and the CMocka library itself to minimize conflicts with standard C headers especially on a lot of different platforms. . Features: * Easy to use framework to write unit tests * Support for mock objects * Testing of memory leaks, buffer overflows and underflows * Platform and compiler independent

Homepage: http://cmocka.org/

Version: 1.1.1-1

Section: universe/doc