dns: tests mod

This commit is contained in:
Luna Yao
2026-04-06 11:54:50 +02:00
parent 5bc0c1b2ff
commit 4ff9e0f8d7
2 changed files with 147 additions and 0 deletions
+3
View File
@@ -6,3 +6,6 @@ pub mod server;
mod system;
mod utils;
pub mod zone;
#[cfg(test)]
mod tests;