added deserialiser tests, fixed some bugs in deserialised
This commit is contained in:
parent
f454526c5a
commit
0275d67669
8 changed files with 267 additions and 93 deletions
5
tests/root.zig
Normal file
5
tests/root.zig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub const deserialise = @import("deserialise/root.zig");
|
||||
|
||||
test {
|
||||
@import("std").testing.refAllDecls(@This());
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue