We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CTest
1 parent 4af241b commit 6aa5765Copy full SHA for 6aa5765
CMakeLists.txt
@@ -269,9 +269,6 @@ if(SECP256K1_BUILD_CTIME_TESTS)
269
unset(msan_enabled)
270
endif()
271
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)
275
if(SECP256K1_BUILD_BENCHMARK OR SECP256K1_BUILD_TESTS OR SECP256K1_BUILD_EXHAUSTIVE_TESTS OR SECP256K1_BUILD_CTIME_TESTS OR SECP256K1_BUILD_EXAMPLES)
276
enable_testing()
277
0 commit comments