[Insight-developers] compiling tests, include problems

Damion Shelton dmsst59+@pitt.edu
Mon, 23 Jul 2001 16:26:12 -0400


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