We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c0eda commit 38ca58dCopy full SHA for 38ca58d
build.zig
@@ -105,6 +105,7 @@ pub fn build(b: *Build) !void {
105
// test
106
const tests = b.addTest(.{
107
.root_module = lightpanda_module,
108
+ .use_llvm = true,
109
.test_runner = .{ .path = b.path("src/test_runner.zig"), .mode = .simple },
110
});
111
const run_tests = b.addRunArtifact(tests);
0 commit comments