diff options
| author | 2026-02-13 10:27:30 -0500 | |
|---|---|---|
| committer | 2026-02-13 10:27:30 -0500 | |
| commit | f20348e9a3782ce11b4c9bee39be06fe2f6d50cd (patch) | |
| tree | 5bd415bf80f1b5630d1c8821ca1e58e9847e2b23 /build.zig | |
| parent | Fix stage names in codegen/gencat (diff) | |
| download | zg-f20348e9a3782ce11b4c9bee39be06fe2f6d50cd.tar.gz zg-f20348e9a3782ce11b4c9bee39be06fe2f6d50cd.tar.xz zg-f20348e9a3782ce11b4c9bee39be06fe2f6d50cd.zip | |
Prerelease touchupv0.16.0-rc1no-allocation
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 7 |
1 files changed, 0 insertions, 7 deletions
| @@ -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); |