More work on stuff

This commit is contained in:
Caleb J. Gardner
2026-08-14 10:55:09 -05:00
parent 78dbaaed7e
commit 9f2a4bcc1e
6 changed files with 93 additions and 7 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ pub const Archive = @import("archive.zig");
pub const Options = @import("options.zig");
test {
@import("std").testing.refAllDecls(Archive);
@import("std").testing.refAllDecls(@import("tests.zig"));
}