diff options
| author | 2026-02-04 15:10:59 -0500 | |
|---|---|---|
| committer | 2026-02-04 15:10:59 -0500 | |
| commit | 0695997f93faac165b2f4d740fab63059bf3d5bc (patch) | |
| tree | 18b1fab326e2e4119bb6e71393da8e244563144e /build.zig | |
| parent | Convert Graphemes to static allocation (diff) | |
| download | zg-0695997f93faac165b2f4d740fab63059bf3d5bc.tar.gz zg-0695997f93faac165b2f4d740fab63059bf3d5bc.tar.xz zg-0695997f93faac165b2f4d740fab63059bf3d5bc.zip | |
Port DisplayWidth
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -516,6 +516,7 @@ pub fn build(b: *std.Build) void { | |||
| 516 | 516 | ||
| 517 | const test_unicode_step = b.step("unicode", "Rune unicode tests"); | 517 | const test_unicode_step = b.step("unicode", "Rune unicode tests"); |
| 518 | test_unicode_step.dependOn(&run_unicode_tests.step); | 518 | test_unicode_step.dependOn(&run_unicode_tests.step); |
| 519 | test_unicode_step.dependOn(&display_width_tr.step); | ||
| 519 | 520 | ||
| 520 | const test_step = b.step("test", "Run all module tests"); | 521 | const test_step = b.step("test", "Run all module tests"); |
| 521 | test_step.dependOn(&run_unicode_tests.step); | 522 | test_step.dependOn(&run_unicode_tests.step); |