Skip to content

Commit

Permalink
rename example-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Sep 8, 2024
1 parent d438eb5 commit 92890f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub fn build(b: *std.Build) void {
const wamr_zig = b.dependency("wamr_zig", .{});

const exe = b.addExecutable(.{
.name = "hello",
.name = "wamr_cli",
.root_source_file = b.path("src/main.zig"),
.target = target,
.optimize = optimize,
Expand Down

0 comments on commit 92890f7

Please sign in to comment.