🐛 fix(core): enforce strict LSP lifecycle
This commit is contained in:
@@ -56,6 +56,10 @@ if(BUILD_TESTS)
|
||||
COMMAND ${PYTHON3_EXECUTABLE}
|
||||
${CMAKE_CURRENT_LIST_DIR}/test_cli_startup.py
|
||||
--server $<TARGET_FILE:tsl-server>)
|
||||
add_test(NAME test_core_server
|
||||
COMMAND ${PYTHON3_EXECUTABLE}
|
||||
${CMAKE_CURRENT_LIST_DIR}/test_core_server.py
|
||||
--server $<TARGET_FILE:test_provider>)
|
||||
else()
|
||||
message(WARNING "python3 not found; skipping test_lsp_json and test_cli_startup registration")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user