refactor: IProjectScanner port; ContextManager QtC-free

This commit is contained in:
Petr Mironychev
2026-06-11 15:21:02 +02:00
parent f36173d932
commit 69672deb45
12 changed files with 435 additions and 115 deletions

View File

@@ -4,6 +4,8 @@ add_executable(QodeAssistTest
CodeHandlerTest.cpp
DocumentContextReaderTest.cpp
LLMSuggestionTest.cpp
JsonPromptTemplateTest.cpp
ResponseRouterTest.cpp
# LLMClientInterfaceTests.cpp
unittest_main.cpp
)
@@ -18,6 +20,9 @@ target_link_libraries(QodeAssistTest PRIVATE
Context
Common
LLMQore
Templates
Agents
Session
)
target_include_directories(QodeAssistTest PRIVATE ${CMAKE_SOURCE_DIR})