/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: $RCSfile: itkIOTests.cxx,v $ Language: C++ Date: $Date: 2006/08/10 17:38:46 $ Version: $Revision: 1.1.1.1 $ Copyright (c) Insight Software Consortium. All rights reserved. See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif // this file defines the itkIOTests for the test driver // and all it expects is that you have a function called RegisterTests #include #include "itkTestMain.h" void RegisterTests() { REGISTER_TEST(itkInterfileImageIOTest); }