We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CTEST_TEST_TARGET_ALIAS
1 parent 35c0fdc commit f87a358Copy full SHA for f87a358
CMakeLists.txt
@@ -273,10 +273,6 @@ if(SECP256K1_BUILD_CTIME_TESTS)
273
unset(msan_enabled)
274
endif()
275
276
-# Ask CTest to create a "check" target (e.g., make check) as alias for the "test" target.
277
-# CTEST_TEST_TARGET_ALIAS is not documented but supposed to be user-facing.
278
-# See: https://gitlab.kitware.com/cmake/cmake/-/commit/816c9d1aa1f2b42d40c81a991b68c96eb12b6d2
279
-set(CTEST_TEST_TARGET_ALIAS check)
280
include(CTest)
281
# We do not use CTest's BUILD_TESTING because a single toggle for all tests is too coarse for our needs.
282
mark_as_advanced(BUILD_TESTING)
0 commit comments