Refactored (again) the packet module, added the identity and destination modules
This commit is contained in:
parent
0eae5818a0
commit
1216dc2282
5 changed files with 178 additions and 100 deletions
|
|
@ -49,6 +49,7 @@ pub fn build(b: *std.Build) void {
|
|||
|
||||
ctx.addTestModule(root_module);
|
||||
ctx.addTestFile("src/packet.zig");
|
||||
ctx.addTestFile("src/identity.zig");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue