Check version 0.9.6 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    version 0.9.6

      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.6 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


      The check Portfile 50980 2009-05-14 19:41:55Z and.damore macports.org $
      PortSystem 1.0

      Name: check
      Version: 0.9.6
      Category: devel
      Maintainers: landonf
      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.
      Platform: darwin

      Master Sites: sourceforge:check

      Checksums: md5 6f80cd4a24d14ad706117a7714222420

      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



    Lightbox this page.