Skip to content

Commit

Permalink
cmake: Delete CTest module
Browse files Browse the repository at this point in the history
The `CTest` module handles `CDash` integration, which we do not use. It
is not required for testing functionality.
  • Loading branch information
hebasto committed Jun 26, 2024
1 parent 4af241b commit 6aa5765
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,6 @@ if(SECP256K1_BUILD_CTIME_TESTS)
unset(msan_enabled)
endif()

include(CTest)
# We do not use CTest's BUILD_TESTING because a single toggle for all tests is too coarse for our needs.
mark_as_advanced(BUILD_TESTING)
if(SECP256K1_BUILD_BENCHMARK OR SECP256K1_BUILD_TESTS OR SECP256K1_BUILD_EXHAUSTIVE_TESTS OR SECP256K1_BUILD_CTIME_TESTS OR SECP256K1_BUILD_EXAMPLES)
enable_testing()
endif()
Expand Down

0 comments on commit 6aa5765

Please sign in to comment.