Step 56 TDD test: Robust Emacs command integration

Tests ElispCommandBuilder for escaping, findFile/saveBuffer Elisp
generation, paths with spaces, and EmacsConnection daemon management
with ensureDaemon and error handling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-07 08:24:23 -07:00
parent e287e96470
commit 9df08cbe18
2 changed files with 135 additions and 0 deletions

View File

@@ -163,6 +163,9 @@ target_include_directories(step51_test PRIVATE src)
add_executable(step53_test tests/step53_test.cpp)
target_include_directories(step53_test PRIVATE src)
add_executable(step56_test tests/step56_test.cpp)
target_include_directories(step56_test PRIVATE src)
add_executable(whetstone_editor src/main.cpp)
target_include_directories(whetstone_editor PRIVATE src)
# find_package(SDL2 REQUIRED) # Commented out for now to avoid build issues