Skip to content

Commit

Permalink
Catch.cmake: Remove redundant CTEST_FILE param
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Kaelberer authored and horenmar committed Nov 22, 2024
1 parent 506276c commit 0321d2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extras/Catch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ same as the Catch name; see also ``TEST_PREFIX`` and ``TEST_SUFFIX``.
``CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE`` variable if it is not passed when
calling ``catch_discover_tests``. This provides a mechanism for globally selecting
a preferred test discovery behavior without having to modify each call site.
``SKIP_IS_FAILURE``
Disables skipped test detection.
Expand Down Expand Up @@ -267,7 +267,6 @@ function(catch_discover_tests TARGET)
" CTEST_FILE" " [==[" "${ctest_tests_file}" "]==]" "\n"
" TEST_DL_PATHS" " [==[" "${_DL_PATHS}" "]==]" "\n"
" TEST_DL_FRAMEWORK_PATHS" " [==[" "${_DL_FRAMEWORK_PATHS}" "]==]" "\n"
" CTEST_FILE" " [==[" "${CTEST_FILE}" "]==]" "\n"
" )" "\n"
" endif()" "\n"
" include(\"${ctest_tests_file}\")" "\n"
Expand Down

0 comments on commit 0321d2f

Please sign in to comment.