Fixed some issues

This commit is contained in:
Caleb J. Gardner
2026-06-02 22:33:28 -05:00
parent 7bbede3f2e
commit f17b402f08
4 changed files with 56 additions and 4 deletions
+1
View File
@@ -74,6 +74,7 @@ pub fn build(b: *std.Build) !void {
b.installArtifact(exe);
// Tests
const lib_test = b.addTest(.{
.name = "squashfs-test",
.root_module = lib.root_module,