From 3f2f37e0f5b8cf1a005449da9dfcd16d884e21e1 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sun, 2 Oct 2022 12:22:04 +0100 Subject: [PATCH] Fix incorrect test root in build.zig --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index c801896..7e35139 100644 --- a/src/main.zig +++ b/src/main.zig @@ -15,7 +15,7 @@ pub fn main() anyerror!void { } test { - // Empty test is here to run all others (for now). + _ = @import("./mem.zig"); } fn run(event_loop: *sys.EventLoop, graphics: *sys.GraphicsContext) anyerror!void {