srctree
repos
owner
network
issues
0
diffs
0
Public
Gregory Mullen
parent
34e56b25
c0e2dddb
compile tests with libc
build.zig
added: 2, removed: 1, total 1
@@ -27,6 +27,7 @@ pub fn build(b: *std.Build) void {
.target = target,
.optimize = optimize,
});
lib_unit_tests.linkLibC();
const run_lib_unit_tests = b.addRunArtifact(lib_unit_tests);