Adopt global Types changes in jsruntime

Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
Francis Bouvier
2024-01-10 11:56:53 +01:00
parent c812ff300a
commit a5dfa6cb44
20 changed files with 49 additions and 69 deletions

View File

@@ -86,6 +86,7 @@ pub fn build(b: *std.build.Builder) !void {
const tests = b.addTest(.{ .root_source_file = .{ .path = "src/run_tests.zig" } });
try common(tests, options);
tests.single_threaded = true;
tests.test_runner = "src/test_runner.zig";
const run_tests = b.addRunArtifact(tests);
// step