diff -r d5e6c8c92d87 -r ea459da15b30 rust/hedgewars-network-protocol/src/lib.rs --- a/rust/hedgewars-network-protocol/src/lib.rs Fri Jan 28 02:33:44 2022 +0300 +++ b/rust/hedgewars-network-protocol/src/lib.rs Mon Jan 31 18:24:49 2022 +0300 @@ -1,3 +1,5 @@ pub mod messages; pub mod parser; +#[cfg(test)] +mod tests; pub mod types;