9.5. Check-0.9.10

The Check package is a unit testing framework for C.

9.5.1. Installation of Check

Prepare Check for compilation:

./configure --prefix=/tools

Build the package:

make

Install the package:

make install

9.5.2. Contents of Check

Installed program: checkmk
Installed library: libcheck.{a,so}

Short Descriptions

checkmk

Awk script for generating C unit tests for use with the C the Check unit testing framework

libcheck.{a,so}

Contains functions that allow Check to be called from a test program