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

Fix non code cov ctest name

parent c636b0ea
Branches
No related tags found
No related merge requests found
......@@ -98,6 +98,6 @@ macro (ihta_add_test)
)
else ()
# use [namespace].[class].[testname] naming
add_test (NAME "VANet.Global.Global" COMMAND ${IHTA_ADD_TEST_NAME})
add_test (NAME "${IHTA_ADD_TEST_NAME}.Global.Global" COMMAND ${IHTA_ADD_TEST_NAME}) # 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