Thread: Building cppunit

  1. #1
    Registered User
    Join Date
    Apr 2013
    Posts
    13

    Building cppunit

    Hi, I want to test my code using cppunit. Looking inside the home folder of cppunit I don't see any object code. Does anybody whether I would need to build it or not? If I do need to build it, how would I do that, a make file?

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    STFW and RTFM
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    I used these steps from here earlier today cppunit

    Code:
    cd /devel/cppunit-1.13.2
    ./configure
    make
    make check # optional failed to test right
    make install
    Note: My installation failed the "make check" step and I ignored it for now.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Building a NFA help
    By crashband in forum C Programming
    Replies: 6
    Last Post: 10-25-2013, 03:14 PM
  2. using cppunit for C programming
    By Siddu_Kyocera in forum C Programming
    Replies: 7
    Last Post: 05-20-2010, 04:33 AM
  3. Why does CppUnit give me seg faults?
    By cpjust in forum C++ Programming
    Replies: 3
    Last Post: 05-20-2010, 03:00 AM
  4. GUI building, is RAD the way to go?
    By indigo0086 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-21-2007, 09:36 PM
  5. building a DLL
    By sass in forum C++ Programming
    Replies: 1
    Last Post: 03-02-2006, 05:25 AM

Tags for this Thread