Step 70 TDD test: Cross-strategy validation
Tests StrategyValidator: use-after-free detection for @Deallocate(Explicit), leaked allocation detection, @Owner(Single) aliasing detection, clean code passes validation, violations include node IDs for diagnostics. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -199,6 +199,9 @@ target_include_directories(step68_test PRIVATE src)
|
||||
add_executable(step69_test tests/step69_test.cpp)
|
||||
target_include_directories(step69_test PRIVATE src)
|
||||
|
||||
add_executable(step70_test tests/step70_test.cpp)
|
||||
target_include_directories(step70_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