mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(backend): disable catch_discover_tests
This commit is contained in:
parent
49a0f9530b
commit
feeb5cf6b8
@ -140,8 +140,10 @@ if (${TGI_TRTLLM_BACKEND_BUILD_TESTS})
|
||||
# endif ()
|
||||
endif ()
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
|
||||
include(CTest)
|
||||
include(Catch)
|
||||
catch_discover_tests(tgi_trtllm_backend_tests)
|
||||
install(TARGETS tgi_trtllm_backend_tests)
|
||||
|
||||
# list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
|
||||
# include(CTest)
|
||||
# include(Catch)
|
||||
# catch_discover_tests(tgi_trtllm_backend_tests)
|
||||
endif ()
|
||||
|
Loading…
Reference in New Issue
Block a user