summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorGravatar Sam Atman2026-02-13 10:27:30 -0500
committerGravatar Sam Atman2026-02-13 10:27:30 -0500
commitf20348e9a3782ce11b4c9bee39be06fe2f6d50cd (patch)
tree5bd415bf80f1b5630d1c8821ca1e58e9847e2b23 /build.zig
parentFix stage names in codegen/gencat (diff)
downloadzg-no-allocation.tar.gz
zg-no-allocation.tar.xz
zg-no-allocation.zip
Prerelease touchupv0.16.0-rc1no-allocation
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig7
1 files changed, 0 insertions, 7 deletions
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 {
532 532
533 const run_unicode_tests = b.addRunArtifact(unicode_tests); 533 const run_unicode_tests = b.addRunArtifact(unicode_tests);
534 534
535 const test_unicode_step = b.step("unicode", "Rune unicode tests");
536 test_unicode_step.dependOn(&run_unicode_tests.step);
537 test_unicode_step.dependOn(&display_width_tr.step);
538 test_unicode_step.dependOn(&words_tr.step);
539 test_unicode_step.dependOn(&norm_tr.step);
540 test_unicode_step.dependOn(&case_fold_tr.step);
541
542 const test_step = b.step("test", "Run all module tests"); 535 const test_step = b.step("test", "Run all module tests");
543 test_step.dependOn(&run_unicode_tests.step); 536 test_step.dependOn(&run_unicode_tests.step);
544 test_step.dependOn(&code_point_tr.step); 537 test_step.dependOn(&code_point_tr.step);