Skip to content

Commit

Permalink
testing: add mach.testing module
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Sep 4, 2023
1 parent 8ea33c0 commit c505acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub const gfx2d = struct {
pub const Sprite2D = @import("gfx2d/Sprite2D.zig");
};
pub const math = @import("math.zig");
pub const testing = @import("testing.zig");

pub const Atlas = @import("atlas/Atlas.zig");

Expand Down

0 comments on commit c505acf

Please sign in to comment.