check version 0.9.5 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    check  most recent diff


      View the most recent changes for the check port at: check.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for check.
      The raw portfile for check 0.9.5 is located here:
      http://check.darwinports.com/dports/devel/check/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/check
      Google
      Web Darwinports.com



      # $Id: Portfile 27082 2007-07-18 04:09:38Z boeyms macports.org $
      PortSystem 1.0

      Name: check
      Version: 0.9.5
      revision 1
      Category: devel
      Maintainers: landonf macports.org
      Homepage: http://check.sf.net/
      Description: C unit testing framework
      Long Description: 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.

      master_sites sourceforge:check

      checksums md5 30143c7974b547a12a7da47809a90951

      configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/info

      test.run yes
      test.target check

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/check
      % sudo port install check
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching check
      ---> Verifying checksum for check
      ---> Extracting check
      ---> Configuring check
      ---> Building check with target all
      ---> Staging check into destroot
      ---> Installing check
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using check with these commands:
      %  man check
      % apropos check
      % which check
      % locate check

     Where to find more information:

    Darwin Ports



    image test