Skip to content
Snippets Groups Projects
Commit f8464cb5 authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Feat: add junit output for non coverage CTest

parent 694ae125
Branches
No related tags found
No related merge requests found
......@@ -148,6 +148,6 @@ macro (ihta_add_test)
)
else ()
# use [namespace].[class].[testname] naming
add_test (NAME "${IHTA_ADD_TEST_NAME}.Global.Global" COMMAND ${IHTA_ADD_TEST_NAME}) # todo fix namespace name
add_test (NAME "${IHTA_ADD_TEST_NAME}.Global.Global" COMMAND ${IHTA_ADD_TEST_NAME} -r junit::out=${CMAKE_CURRENT_BINARY_DIR}/result-junit.xml) # todo fix namespace name
endif ()
endmacro ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment