Add adversarial tests module for client security testing

This commit is contained in:
David Osipov
2026-03-20 16:47:26 +04:00
parent 3afc3e1775
commit a4b70405b8

View File

@@ -1040,5 +1040,7 @@ impl RunningClientHandler {
#[cfg(test)]
#[path = "client_security_tests.rs"]
mod security_tests;
#[cfg(test)]
#[path = "client_adversarial_tests.rs"]
mod adversarial_tests;