aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 06bea8e..57f4c7d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -9,6 +9,9 @@ mod dyndns_service;
mod error;
mod ip_service;
+#[cfg(test)]
+mod test_macros;
+
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
struct Args {