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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user