File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ same as the Catch name; see also ``TEST_PREFIX`` and ``TEST_SUFFIX``.
144144 ``CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE`` variable if it is not passed when
145145 calling ``catch_discover_tests``. This provides a mechanism for globally selecting
146146 a preferred test discovery behavior without having to modify each call site.
147-
147+
148148 ``SKIP_IS_FAILURE``
149149 Disables skipped test detection.
150150
@@ -267,7 +267,6 @@ function(catch_discover_tests TARGET)
267267 " CTEST_FILE" " [==[" "${ctest_tests_file} " "]==]" "\n "
268268 " TEST_DL_PATHS" " [==[" "${_DL_PATHS} " "]==]" "\n "
269269 " TEST_DL_FRAMEWORK_PATHS" " [==[" "${_DL_FRAMEWORK_PATHS} " "]==]" "\n "
270- " CTEST_FILE" " [==[" "${CTEST_FILE} " "]==]" "\n "
271270 " )" "\n "
272271 " endif()" "\n "
273272 " include(\" ${ctest_tests_file} \" )" "\n "
You can’t perform that action at this time.
0 commit comments