chore: zig test harness setup for parsing
This commit is contained in:
parent
d4546d58be
commit
72b686d750
6 changed files with 111 additions and 41 deletions
|
|
@ -6,5 +6,6 @@ test {
|
|||
_ = tokenizer;
|
||||
_ = Ast;
|
||||
_ = Story;
|
||||
_ = @import("parser_tests.zig");
|
||||
_ = @import("Story/runtime_tests.zig");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue