parent
c952709b82
commit
1ffb316a11
@ -37,7 +37,7 @@ pub fn build(b: *std.Build) !void {
|
||||
|
||||
b.step("test", "Run unit tests").dependOn(create: {
|
||||
const tests = b.addTest(.{
|
||||
.root_source_file = b.path("src/test.zig"),
|
||||
.root_source_file = b.path("src/main.zig"),
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user