summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.zig7
1 files changed, 0 insertions, 7 deletions
diff --git a/build.zig b/build.zig
index 694d887..ac3ca77 100644
--- a/build.zig
+++ b/build.zig
@@ -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);