Re: [CMake] Adding ignored tests to CTest XML output

2018-03-22 Thread Zack Galbreath
On Thu, Mar 22, 2018 at 4:08 AM, Kai Wolf wrote: > when adding some ignored tests into the CTestCustom.cmake file via the > variable CTEST_CUSTOM_TESTS_IGNORE, I'd expect that those ignored tests > will also be written into the XML output file generated by CTest, so that > Jenkins or Teamcity is

[CMake] Adding ignored tests to CTest XML output

2018-03-22 Thread Kai Wolf
Hi all, when adding some ignored tests into the CTestCustom.cmake file via the variable CTEST_CUSTOM_TESTS_IGNORE, I'd expect that those ignored tests will also be written into the XML output file generated by CTest, so that Jenkins or Teamcity is able to visualize this information. However, it s