You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JUnit format must be specified in ctest_test() function
Excerpt from CTest documentation:
https://cmake.org/cmake/help/latest/manual/ctest.1.html
--output-junit <file>
Added in version 3.21.
Write test results in JUnit format.
This option tells CTest to write test results to <file> in JUnit XML
format. If <file> already exists, it will be overwritten. If using
the -S option to run a dashboard script, use the OUTPUT_JUNIT keyword
with the ctest_test() command instead.
0 commit comments