Step 64 TDD test: Memory annotation validation
Tests AnnotationValidator: valid @Reclaim(Tracing) passes, @Deallocate(Explicit) without dealloc -> Missing Intent error, @Owner(Single) aliasing -> error, conflicting parent/child annotations, and valid @Lifetime(RAII) passes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -181,6 +181,9 @@ target_include_directories(step62_test PRIVATE src)
|
||||
add_executable(step63_test tests/step63_test.cpp)
|
||||
target_include_directories(step63_test PRIVATE src)
|
||||
|
||||
add_executable(step64_test tests/step64_test.cpp)
|
||||
target_include_directories(step64_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