Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 547fbfd

Browse files
committed
Remove the readme test module
1 parent 51bac22 commit 547fbfd

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

build.zig

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,4 @@ pub fn build(b: *std.Build) !void {
3636
.root_module = exe_module,
3737
});
3838
b.installArtifact(exe);
39-
40-
const readme_module = b.createModule(.{
41-
.root_source_file = b.path("tmp/readme_examples_test.zig"),
42-
.target = target,
43-
.optimize = optimize,
44-
});
45-
readme_module.addImport("zigly", lib_module);
46-
47-
const readme_exe = b.addExecutable(.{
48-
.name = "readme-examples-test",
49-
.root_module = readme_module,
50-
});
51-
b.installArtifact(readme_exe);
5239
}

0 commit comments

Comments
 (0)