mirror of https://github.com/telemt/telemt.git
Add adversarial tests module for client security testing
This commit is contained in:
parent
3afc3e1775
commit
a4b70405b8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue