[Insight-developers] compiling tests, include problems

Bill Hoffman bill.hoffman@kitware.com
Tue, 24 Jul 2001 15:32:10 -0400


If the files in Common can have test cases that do not use BasicFilters that
would be better.  If files in Common require BasicFilters to be used, then
perhaps those files should be moved to BasicFilters.  

-Bill


At 04:26 PM 7/23/2001 -0400, Damion Shelton wrote:
>Ok...
>
>So BasicFilters files include Common files, but not vice-versa? The reason
>that I stuck them in Common is that the classes that are being tested are
>located in common (blox stuff, for the most part) but depend on several
>classes in BasicFilters. So, should I move them to BasicFilters even though
>they actually test Common classes?
>
>-Damion-
>
>----- Original Message -----
>From: "Bill Hoffman" <bill.hoffman@kitware.com>
>To: "Damion Shelton" <dmsst59@pitt.edu>; "'insight-Developers'"
><insight-developers@public.kitware.com>
>Sent: Monday, July 23, 2001 4:16 PM
>Subject: Re: [Insight-developers] compiling tests, include problems
>
>
>> Sorry, you are right, it was moved from Common to BasicFilters.
>> The problem with these files:
>>
>> itkBloxBoundaryPointImageTest.cxx:
>> itkBloxCoreAtomTest.cxx
>> itkDifferenceOfGaussiansGradientTest.cxx
>> itkFloodFillIteratorTest.cxx
>>
>> Is that they are using BasicFilters files, but they are in the
>Testing/Code/Common
>> directory.
>>
>> They should stop using BasicFilters tests, or be moved to
>Testing/Code/BasicFilters.
>>
>> -Bill