Cppunit version 1.12.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    cppunit  most recent diff


    version 1.12.1

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


      The cppunit Portfile 34272 2008-02-20 09:33:14Z mww macports.org $

      PortSystem 1.0

      Name: cppunit
      Version: 1.12.1
      Category: devel
      Platform: darwin
      Maintainers: mww
      Description: unit testing framework for C++
      Long Description: CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output is in XML or text format for automatic testing and GUI based for supervised tests.

      Homepage: http://cppunit.sourceforge.net/
      Master Sites: sourceforge
      Checksums: sha1 f1ab8986af7a1ffa6760f4bacf5622924639bf4a

      configure.args --mandir=${prefix}/share/man --disable-doxygen --disable-dot

      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/cppunit
      % sudo port install cppunit
      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 cppunit
      ---> Verifying checksum for cppunit
      ---> Extracting cppunit
      ---> Configuring cppunit
      ---> Building cppunit with target all
      ---> Staging cppunit into destroot
      ---> Installing cppunit
    - 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 cppunit with these commands:
      %  man cppunit
      % apropos cppunit
      % which cppunit
      % locate cppunit

     Where to find more information:

    Darwin Ports



    Lightbox this page.