mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-10 05:21:37 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
add_executable(QodeAssistTest
|
||||
../CodeHandler.cpp
|
||||
../LLMSuggestion.cpp
|
||||
../sources/settings/PipelinesConfig.cpp
|
||||
CodeHandlerTest.cpp
|
||||
DocumentContextReaderTest.cpp
|
||||
EnvBlockFormatterTest.cpp
|
||||
@@ -16,9 +17,9 @@ add_executable(QodeAssistTest
|
||||
ContextRendererTest.cpp
|
||||
ErrorInfoTest.cpp
|
||||
MessageSerializerTest.cpp
|
||||
PipelinesConfigTest.cpp
|
||||
ResponseCleanerTest.cpp
|
||||
SystemPromptBuilderTest.cpp
|
||||
# LLMClientInterfaceTests.cpp
|
||||
unittest_main.cpp
|
||||
)
|
||||
|
||||
@@ -35,9 +36,17 @@ target_link_libraries(QodeAssistTest PRIVATE
|
||||
Templates
|
||||
Agents
|
||||
Session
|
||||
TomlSerializer
|
||||
tomlplusplus::tomlplusplus
|
||||
QodeAssistLogger
|
||||
)
|
||||
|
||||
target_include_directories(QodeAssistTest PRIVATE ${CMAKE_SOURCE_DIR})
|
||||
target_include_directories(QodeAssistTest PRIVATE
|
||||
${CMAKE_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/sources/settings
|
||||
${CMAKE_SOURCE_DIR}/sources/tomlSerializer
|
||||
${CMAKE_SOURCE_DIR}/logger
|
||||
)
|
||||
|
||||
target_compile_definitions(QodeAssistTest PRIVATE CMAKE_CURRENT_SOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user