Skip to content

Commit

Permalink
Update test configurations and integrations
Browse files Browse the repository at this point in the history
- Integrate new test module for `day02` functionalities
- Ensure all tests align with recent module updates
  • Loading branch information
thekorn committed Dec 2, 2024
1 parent fdcdb84 commit a114ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
test {
_ = @import("day01.zig");
_ = @import("day02.zig");

_ = @import("utils.zig");
}

0 comments on commit a114ae8

Please sign in to comment.