Skip to content
Snippets Groups Projects
Commit 5c90d812 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Modif mineure

parent 717f20d9
No related branches found
No related tags found
No related merge requests found
......@@ -216,11 +216,10 @@ int main(int ac, char* av[] )
{
// Invoke the test's "main" function.
result = (*f)(ac-1, av+1);
std::cout << "Test result:"<<result<<std::endl;
if (result!=EXIT_SUCCESS)
{
std::cout << "-> Test EXIT FAILURE."<<std::endl;
std::cout << "-> Test EXIT FAILURE ("<<result<<)"."<<std::endl;
itkGenericExceptionMacro(<<"Bad function return, no regresion test !");
}
std::cout << " -> Test EXIT SUCCESS."<<std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment