Skip to content

Commit

Permalink
test: always run the version-info tool as part of ctest suite
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Apr 21, 2023
1 parent 8d415b4 commit 2990690
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tools/version-info/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,11 @@ target_include_directories(
# Run executable test
# ------------------------------------------------------------------------------

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

# ==============================================================================
# Deployment instructions
Expand Down

0 comments on commit 2990690

Please sign in to comment.