CVS: moonbase/devel/check BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Terry Chan tchan at lunar-linux.org
Tue Dec 2 03:38:35 GMT 2003


Update of /var/cvs/lunar/moonbase/devel/check
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32608

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
Added the check module for a unit test framework.  This is recommended by
the devs of the discover module and I decided to make it a required depends
instead of messing around with optional_depends in the discover module.


--- NEW FILE: BUILD ---
(

  default_config && 
  make &&
  make check &&
  prepare_install &&
  make install

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends automake

--- NEW FILE: DETAILS ---
          MODULE=check
         VERSION=0.8.4
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=$SFORGE_URL/$MODULE/$SOURCE
      SOURCE_VFY=md5:2869c0fb14b9e277931dbe3df22de1ab
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
        WEB_SITE=http://check.sourceforge.net
         ENTERED=20031201
         UPDATED=20031201
           SHORT="A unit test framework for C"
cat << EOF
Check is a unit test framework for C. It 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.
EOF




More information about the Lunar-commits mailing list