diff options
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); |