Step 46 TDD test: Tree-sitter C++ integration
Tests parseCpp() produces real AST: Function with name and return type, typed Parameters, and memory pattern detection: unique_ptr->@Lifetime(RAII), shared_ptr->@Owner(Shared_ARC), raw new/delete->@Deallocate(Explicit). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -151,6 +151,9 @@ target_include_directories(step44_test PRIVATE src)
|
||||
add_executable(step45_test tests/step45_test.cpp)
|
||||
target_include_directories(step45_test PRIVATE src)
|
||||
|
||||
add_executable(step46_test tests/step46_test.cpp)
|
||||
target_include_directories(step46_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