From 0695997f93faac165b2f4d740fab63059bf3d5bc Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Wed, 4 Feb 2026 15:10:59 -0500 Subject: Port DisplayWidth --- build.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index aab8516..0e3d5aa 100644 --- a/build.zig +++ b/build.zig @@ -516,6 +516,7 @@ pub fn build(b: *std.Build) void { 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); const test_step = b.step("test", "Run all module tests"); test_step.dependOn(&run_unicode_tests.step); -- cgit v1.2.3