// this file defines the itkAlgorithmsTests 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(itkDeformableSuperellipseShapePriorMAPCostFunctionTest ); REGISTER_TEST(itkImageRegistrationMethodTest_1 ); }