From f20348e9a3782ce11b4c9bee39be06fe2f6d50cd Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Fri, 13 Feb 2026 10:27:30 -0500 Subject: Prerelease touchup --- build.zig | 7 ------- 1 file changed, 7 deletions(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 694d887..ac3ca77 100644 --- a/build.zig +++ b/build.zig @@ -532,13 +532,6 @@ pub fn build(b: *std.Build) void { const run_unicode_tests = b.addRunArtifact(unicode_tests); - const test_unicode_step = b.step("unicode", "Rune unicode tests"); - test_unicode_step.dependOn(&run_unicode_tests.step); - test_unicode_step.dependOn(&display_width_tr.step); - test_unicode_step.dependOn(&words_tr.step); - test_unicode_step.dependOn(&norm_tr.step); - test_unicode_step.dependOn(&case_fold_tr.step); - const test_step = b.step("test", "Run all module tests"); test_step.dependOn(&run_unicode_tests.step); test_step.dependOn(&code_point_tr.step); -- cgit v1.2.3