rust/hedgewars-network-protocol/src/tests/mod.rs
changeset 15830 ea459da15b30
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rust/hedgewars-network-protocol/src/tests/mod.rs	Mon Jan 31 18:24:49 2022 +0300
@@ -0,0 +1,2 @@
+mod parser;
+mod test;