Skip to content

Commit

Permalink
chore: don't use special characters in test names
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Apr 21, 2023
1 parent 481c240 commit 4a74091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/version-info/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ target_include_directories(

# Always run the version-info as part of ctest suite
add_test(
NAME "Misc: version-info"
NAME "Misc:version-info"
COMMAND ${MODULE_TARGET_NAME}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})

Expand Down

0 comments on commit 4a74091

Please sign in to comment.