How to get a useful test listing from ctest
From OTBWiki
Ctest gives a listing of the available tests using ctest -N but it truncates test names to 30 characters. One might consider using ctest -N -V. Names are still truncated, but it is more detailed, allowing to better distinguish between the different tests.
