Step 262: Phase 9d multi-file project integration tests (Phase 9d complete)

End-to-end tests for the full multi-file workflow: open 3 files, switch
buffers, cross-file symbols, import graph, project diagnostics, search,
rename across files, and batch query verification. 8/8 tests passing.
Sprint 9 complete: 212/212 tests across all 4 phases (Steps 245-262).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-12 00:46:59 +00:00
parent eab979bae3
commit 872ef493d2
3 changed files with 440 additions and 0 deletions

View File

@@ -1554,4 +1554,15 @@ target_link_libraries(step261_test PRIVATE
tree_sitter_java tree_sitter_rust tree_sitter_go
tree_sitter_org)
# Step 262: Phase 9d multi-file project integration tests
add_executable(step262_test tests/step262_test.cpp)
target_include_directories(step262_test PRIVATE src)
target_link_libraries(step262_test PRIVATE
nlohmann_json::nlohmann_json
unofficial::tree-sitter::tree-sitter
tree_sitter_python tree_sitter_cpp tree_sitter_elisp
tree_sitter_javascript tree_sitter_typescript
tree_sitter_java tree_sitter_rust tree_sitter_go
tree_sitter_org)
# Step 12: Dear ImGui shell scaffolding created (main.cpp exists but not built due to dependencies)