Skip to content

Commit

Permalink
misc(backend): disable catch_discover_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Dec 19, 2024
1 parent 49a0f95 commit feeb5cf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions backends/trtllm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

0 comments on commit feeb5cf

Please sign in to comment.