🧪 test: add LSP json fixtures and provider suite

This commit is contained in:
csh
2025-12-21 15:39:33 +08:00
parent 53f4588c53
commit bb0cbde79c
33 changed files with 2934 additions and 20 deletions
+4
View File
@@ -36,3 +36,7 @@ endif()
if(EXISTS ${CMAKE_CURRENT_LIST_DIR}/test_module/CMakeLists.txt)
add_subdirectory(test_module)
endif()
if(EXISTS ${CMAKE_CURRENT_LIST_DIR}/test_provider/CMakeLists.txt)
add_subdirectory(test_provider)
endif()