chore: zig test harness setup for parsing

This commit is contained in:
Brett Broadhurst 2026-03-18 04:33:18 -06:00
parent d4546d58be
commit 72b686d750
Failed to generate hash of commit
6 changed files with 111 additions and 41 deletions

View file

@ -6,5 +6,6 @@ test {
_ = tokenizer;
_ = Ast;
_ = Story;
_ = @import("parser_tests.zig");
_ = @import("Story/runtime_tests.zig");
}