Re: [Cppunit-devel] cppunit & cppunitui include directories (was:CppUnit 1.7.10 tar ball)
Brought to you by:
blep
|
From: Baptiste L. <gai...@fr...> - 2002-04-05 22:08:59
|
----- Original Message ----- From: "Steve M. Robbins" <ste...@vi...> To: "Robert Wenner" <ro...@po...> Cc: <cpp...@li...> Sent: Friday, April 05, 2002 3:48 PM Subject: Re: [Cppunit-devel] CppUnit 1.7.10 tar ball > On Wed, Apr 03, 2002 at 01:32:05PM +0200, Robert Wenner wrote: [...] > > On using the deprecated TextTestRunner.h the preprocessor could not find > > the include file, I changed in include/cppunit/TextTestRunner.h this > > line > > #include <cppunitui/text/TestRunner.h> > > to > > #include <../cppunitui/text/TestRunner.h> > > This isn't the right change. > > The right thing to do is install the includes. > > Baptiste: which of the files in include/cppunitui are being used? > They need to be installed. Why aren't they in the include/cppunit > hierarchy? All. Actually, before the last release, the only file present in cppunitui where for the qt test runner (not VC++ specific). I moved all the test runners in directory cppunitui in release 1.7.10. This was part of the directory structure we talked about a very long time ago (never rely concluded that discussion, though Bastian more or less agreed upon it at the time). If you think it's better to have only one include directory, we can still make the change without much trouble (massive search&replace in doc & source). This change is a week old... > > Documentation is somewhat better now. :-) > > Err, how is the above related to documentation? Not related I believe... Baptiste. |