Closed jhlegarreta closed 5 years ago
The CI's failing is due to the fact that the ITK commit being tested against is eb54c22633fb0751574163a204714daa1e0de2ff
, which dates back to Jan 30, and corresponds to v5.0rc01.
The macro at issue was still not present at that time in the itkTestingMacros.h
file (was added on 4 Mar).
Thanks @jhlegarreta !
We can bump the ITK versions the Azure Pipelines configuration after 5.0 RC 2 is released, then this will be green for merge.
Rebasing on master
...
Thanks @jhlegarreta !
:+1: @thewtex !
Use the
itkNameOfTestExecutableMacro
to get the test name and prevent the the test from crashing whenargv[0]
is null, as recommended in: https://github.com/InsightSoftwareConsortium/ITK/pull/564