~novakane/zelbar

e2e98cbe1afa2f538ed86ea6137b5975dfa99ed2 — Hugo Machet 2 months ago 1226c99 main
build: Fix tests not running
1 files changed, 1 insertions(+), 1 deletions(-)

M build.zig
M build.zig => build.zig +1 -1
@@ 105,6 105,6 @@ pub fn build(b: *Builder) !void {
        tests.linkSystemLibrary("pixman-1");
        tests.linkSystemLibrary("fcft");
        const test_step = b.step("test", "Run all tests");
        test_step.dependOn(&tests.step);
        test_step.dependOn(&b.addRunArtifact(tests).step);
    }
}