Rename test executable
This commit is contained in:
parent
ce9d6902d8
commit
affbb5568f
@ -36,7 +36,7 @@ pub fn build(b: *std.Build) !void {
|
|||||||
b.installArtifact(lib);
|
b.installArtifact(lib);
|
||||||
|
|
||||||
const exe = b.addExecutable(.{
|
const exe = b.addExecutable(.{
|
||||||
.name = "zigjson",
|
.name = "zigjson-test",
|
||||||
.root_source_file = b.path("src/main.zig"),
|
.root_source_file = b.path("src/main.zig"),
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
|
Loading…
Reference in New Issue
Block a user