summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig1
1 files changed, 1 insertions, 0 deletions
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 {
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);