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
No known key found for this signature in database
GPG Key ID: 0E55C4A47454E82E
1 changed files with 2 additions and 0 deletions

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;