DejaGNU-1.5.1
Installing Basic System Software
The Check package is a unit testing framework for C.
Prepare Check for compilation:
CC="gcc ${BUILD64}" ./configure --prefix=/tools --libdir=/tools/lib64
Build the package:
make
Install the package:
make install
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