Skip to content

Commit 6aa5765

Browse files
committed
cmake: Delete CTest module
The `CTest` module handles `CDash` integration, which we do not use. It is not required for testing functionality.
1 parent 4af241b commit 6aa5765

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,6 @@ if(SECP256K1_BUILD_CTIME_TESTS)
269269
unset(msan_enabled)
270270
endif()
271271

272-
include(CTest)
273-
# We do not use CTest's BUILD_TESTING because a single toggle for all tests is too coarse for our needs.
274-
mark_as_advanced(BUILD_TESTING)
275272
if(SECP256K1_BUILD_BENCHMARK OR SECP256K1_BUILD_TESTS OR SECP256K1_BUILD_EXHAUSTIVE_TESTS OR SECP256K1_BUILD_CTIME_TESTS OR SECP256K1_BUILD_EXAMPLES)
276273
enable_testing()
277274
endif()

0 commit comments

Comments
 (0)