Source: check
Section: devel
Priority: optional
Maintainer: Muhammad Hussain Yusuf <yusuf@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.6

Package: check
Architecture: any
Depends: ${shlibs:Depends}
Description: A unit test framework for C
 Check features a simple interface for defining unit tests, putting 
 little in the way of the developer. Tests are run in a separate 
 address space, so Check can catch both assertion failures and code 
 errors that cause segmentation faults or other signals. The output 
 from unit tests can be used within source code editors and IDEs.

