Step 62 TDD test: Context API
Tests getInScopeSymbols with nested scoping (inner sees outer, not vice versa), getCallHierarchy for caller/callee tracking, and getDependencyGraph for data flow. Defines ContextAPI interface. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -175,6 +175,9 @@ target_include_directories(step60_test PRIVATE src)
|
||||
add_executable(step61_test tests/step61_test.cpp)
|
||||
target_include_directories(step61_test PRIVATE src)
|
||||
|
||||
add_executable(step62_test tests/step62_test.cpp)
|
||||
target_include_directories(step62_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