diff --git a/backends/trtllm/CMakeLists.txt b/backends/trtllm/CMakeLists.txt index 487fe078..b2ce97c0 100644 --- a/backends/trtllm/CMakeLists.txt +++ b/backends/trtllm/CMakeLists.txt @@ -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 ()