implement Milestone 19: Security Testing Suite with fuzzer (141 tests pass)

This commit is contained in:
2026-01-18 16:45:09 +01:00
parent 372a293bd0
commit 1b163891e0
6 changed files with 903 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ endif()
add_executable(sandbox-test
src/main.cpp
src/test_harness.cpp
src/lua_fuzzer.cpp
)
target_include_directories(sandbox-test PRIVATE