Skip to content

Commit

Permalink
Enable ctest in build root
Browse files Browse the repository at this point in the history
  • Loading branch information
olsaarik committed Aug 23, 2023
1 parent ddb13d1 commit 87ce6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ install(TARGETS mscclpp_static

# Tests
if (BUILD_TESTS)
enable_testing() # Called here to allow ctest from the build directory
add_subdirectory(test)
endif()

Expand Down

0 comments on commit 87ce6f7

Please sign in to comment.