Skip to content

Commit

Permalink
test: add "Misc" category to the test name for version-info
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Apr 20, 2023
1 parent 1d15b95 commit f507b69
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(

if(ASAP_BUILD_TESTS)
add_test(
NAME version-info
NAME "Misc:version-info"
COMMAND ${MODULE_TARGET_NAME}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
endif()
Expand Down

0 comments on commit f507b69

Please sign in to comment.