srctree
repos
owner
network
issues
0
diffs
0
Public
Gregory Mullen
parent
171a1b49
5774d5cc
compile all examples during tests
build.zig
added: 3, removed: 1, total 2
@@ -44,6 +44,8 @@ pub fn build(b: *std.Build) !void {
.target = target,
.optimize = optimize,
});
// All Examples should compile for tests to pass
test_step.dependOn(&example_exe.step);
example_exe.root_module.addImport("verse", module);