From: Baptiste L. <gai...@fr...> - 2002-10-25 19:15:36
|
----- Original Message ----- From: "Sven Reichard" <rei...@ma...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Friday, October 25, 2002 5:52 PM Subject: [Cpptool-develop] Linux port > I got it to run under Linux, and committed the changes. I had to fix a > couple of source files, so make sure it still runs under Windows. It does work! Good job. I do have a few question though: Why where aclocal.m4 and makefile.in modfiied in deplib/cppunit ? I'd rather keep that as the original version of CppUnit 1.9.10. It's there so it can compile (nearly, still need to install boost) out of the box on Windows. > So far only the rftaparser directory works; I divided the code into a > library, librfta.a, and the testing program, UnitTest. Building it is You should consider using the CompilerOutputter which provides better integration with your compilation environment. Or better, setting up the DllPlugInTester to test the unit test DLL. It's really worth it. You get a shorter compilation/test cycle, and as such compile more often. It can also run tests contained in multiple dll and can produce many kind of output. Basically it's the 'ultimate' bootstrap app for unit test. > still a bit tricky, e.g., needs gcc 3.x. Is anybody else here using Linux? > I will update the installation instructions in a while. A gcc 2.96 + STLPort combination might work... Baptiste. > > Sven. > > -- > Sven Reichard > Dept. of Math. Sci. > University of Delaware > rei...@ma... |