Rename test executable

This commit is contained in:
Cameron Reed 2024-11-01 15:01:16 -06:00
parent ce9d6902d8
commit affbb5568f

View File

@ -36,7 +36,7 @@ pub fn build(b: *std.Build) !void {
b.installArtifact(lib);
const exe = b.addExecutable(.{
.name = "zigjson",
.name = "zigjson-test",
.root_source_file = b.path("src/main.zig"),
.target = target,
.optimize = optimize,