Re: [Cppunit-devel] Question about Cppunit
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2005-09-09 08:11:36
|
? ? wrote: > Dear Sir. > I want to explore one question about how to use the Cppunit under > the Hp-Unix. > I want integrate the Cppunit with my project in HP-Unix. Compiling > the packages and running the examples are OK .But the questions come > to us, when we want to test one class in our project by using Cppunit > ,we found it is hard to write the Makefile manually . Because It > doesn't work if we compile the file by only including the LIB and > INCLUDE path of Cppunit. In examples (Just like the project > "Money"). the Makefile files are generated automatically by the > configure shell and it has a long code section. Can you can me how to > automake them or guide me to find some docs about it?Thank you. > I am looking for your answers. Automake is a gnu project. You can find the official documentation at the following location: http://www.gnu.org/software/automake/manual/html_node/ There is also the autobook: http://sources.redhat.com/autobook/ I don't know much about the autotools myself. You can find a small 'getting started' project in the 'money' step by step project that should get you started. Baptiste. > Best wishes! > > Bryant > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices Agile & Plan-Driven Development * Managing Projects & Teams > * Testing & QA Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ Cppunit-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppunit-devel |