Check-0.9.8

Introduction to Check

Check is a unit testing framework for C. It was installed by LFS in the temprary /tools directory. These instructions install it permanently.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/check

Installation of Check

Install Check by running the following commands:

./configure --prefix=/usr &&
make

To test the installation, issue make check.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libcheck.{so,a}
Installed Directories: None

Short Descriptions

libcheck.{so,a}

contains the Check API functions.

Last updated on 2011-01-05 11:33:32 -0600