misc(backend): disable catch_discover_tests

This commit is contained in:
Morgan Funtowicz 2024-12-19 14:48:23 +01:00
parent 49a0f9530b
commit feeb5cf6b8

View File

@ -140,8 +140,10 @@ if (${TGI_TRTLLM_BACKEND_BUILD_TESTS})
# endif () # endif ()
endif () endif ()
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras) install(TARGETS tgi_trtllm_backend_tests)
include(CTest)
include(Catch) # list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
catch_discover_tests(tgi_trtllm_backend_tests) # include(CTest)
# include(Catch)
# catch_discover_tests(tgi_trtllm_backend_tests)
endif () endif ()