Skip to content

Commit

Permalink
We should re-enable tests after we fix their dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Svirin committed Dec 11, 2024
1 parent 31664cf commit fcf37de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/RootMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1539,6 +1539,7 @@ set(ROOT_TEST_DRIVER ${CMAKE_CURRENT_LIST_DIR}/RootTestDriver.cmake)
# )
#
function(ROOT_ADD_TEST test)
# FIXME: We should re-enable the tests per component after fixing their dependencies.
if(ROOT_ENABLE_PROJECTS NOT STREQUAL "All" )
return()
endif()
Expand Down

0 comments on commit fcf37de

Please sign in to comment.