Fix incorrect test root in build.zig
This commit is contained in:
parent
9c1ddd6e8f
commit
3f2f37e0f5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue