mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-14 23:38:57 +00:00
use llvm on tests
This commit is contained in:
@@ -105,6 +105,7 @@ pub fn build(b: *Build) !void {
|
|||||||
// test
|
// test
|
||||||
const tests = b.addTest(.{
|
const tests = b.addTest(.{
|
||||||
.root_module = lightpanda_module,
|
.root_module = lightpanda_module,
|
||||||
|
.use_llvm = true,
|
||||||
.test_runner = .{ .path = b.path("src/test_runner.zig"), .mode = .simple },
|
.test_runner = .{ .path = b.path("src/test_runner.zig"), .mode = .simple },
|
||||||
});
|
});
|
||||||
const run_tests = b.addRunArtifact(tests);
|
const run_tests = b.addRunArtifact(tests);
|
||||||
|
|||||||
Reference in New Issue
Block a user