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

Place coverage targets in IDE folder

parent 61236370
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,9 @@ macro (ihta_add_test)
"*build*"
REPORT_FOR_GLOBAL
)
set_property (TARGET coverage_report PROPERTY FOLDER "coverage")
set_property (TARGET ${IHTA_ADD_TEST_NAME}_coverage PROPERTY FOLDER "coverage")
else ()
# use [namespace].[class].[testname] naming
add_test (NAME "${IHTA_ADD_TEST_NAME}.Global.Global" COMMAND ${IHTA_ADD_TEST_NAME}) # todo fix namespace name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment