diff --git a/build.zig b/build.zig index feba256..b9e48ae 100644 --- a/build.zig +++ b/build.zig @@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void { }, ); + // uncomment me to run the test code // const exe = b.addExecutable(.{ // .name = "zig_interface_testing", // .root_module = b.createModule(.{