From cf8d8fe5d640511f6c4134fdaa36e930232ca7da Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Mon, 12 May 2025 15:22:37 -0400 Subject: Begin conformance test I'm not sure the details of this strategy can actually be made to work. But, something can. --- build.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index f89e90c..387b4c3 100644 --- a/build.zig +++ b/build.zig @@ -471,6 +471,7 @@ pub fn build(b: *std.Build) void { }); unicode_tests.root_module.addImport("Graphemes", graphemes); unicode_tests.root_module.addImport("Normalize", norm); + unicode_tests.root_module.addImport("WordBreak", word_break); const run_unicode_tests = b.addRunArtifact(unicode_tests); -- cgit v1.2.3