// this file defines the itkCommonTests for the test driver // and all it expects is that you have a function called RegisterTests #if defined(_MSC_VER) #pragma warning ( disable : 4786 ) #endif #include #include "itkTestMain.h" void RegisterTests() { // Please lists tests in alphabetical order REGISTER_TEST(itkDeformableSuperellipseShapeSignedDistanceFunctionTest ); REGISTER_TEST(itkEuler3DCenteredTransformTest ); REGISTER_TEST(itkSampledBSplineDeformableTransformTest ); REGISTER_TEST(itkSampledBSplineInterpolationWeightFunctionTest ); }