baby's first unit tests

This commit is contained in:
2024-09-01 09:26:33 +02:00
parent bdb3a5f2b4
commit 880afb14b1
7 changed files with 235 additions and 8 deletions

View File

@@ -7,6 +7,9 @@ mod misc;
mod self_update;
mod structs;
#[cfg(test)]
mod tests;
use global::*;
use structs::*;