Re: [Cppunit-devel] CppUnit 1.7.8 tar ball
Brought to you by:
blep
From: Robert W. <ro...@po...> - 2002-03-27 10:56:08
|
On Wed, Mar 27, 2002 at 11:31:13AM +0100, Baptiste Lepilleur wrote: > > Do you mean that you have trouble compiling the test suite > examples/cppunittest ? No, I only had to get the latest version of autoconf. See below. > I was thinking of adding a general architecture overview page (creating test > fixture, writing test, creating test suite, testing, tracking test result, > and writing test result) I would really appreciate that. Especially some clear statements on how to do this or that and what classes are deprecated, e.g. how do I format the text output (subclass TestListener). > Huuh, what are you talking about ? CppUnit TestCase are in > examples/cppunittest. Are you refering to something else ? I guess I used the make test. What kind of other tests on Unix did you think about? > Beyond that, it is a GO ? What platform are you using ? Volker Boerchers is > having trouble compiling on Linux. Linux version 2.4.7-10 (bhc...@st...) (gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)) #1 Thu Sep 6 17:27:27 EDT 2001 I remember that you have to execute the autogen.sh script but this is not mentioned in the INSTALL file. I think I used these commands after installing autoconf 2.53 (take care, this goes to /usr/local/bin while the old version from /usr/bin may be found first, check $PATH): /usr/bin/autoconf ./autogen.sh ./configure /usr/bin/make /usr/bin/make test and as root /usr/bin/make install Robert |