diff options
author | polwex <polwex@sortug.com> | 2025-06-22 13:46:57 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-22 13:46:57 +0700 |
commit | 5dd49048bb65de3d572d43ba2f1b01435c71a35a (patch) | |
tree | 7f8e629ae511c3947a80f99906542f3fd2de0a9f /sorsyl/test/dune | |
parent | 5f495c1d4ee624f9d24f03e50700e7d9a9305b73 (diff) |
Diffstat (limited to 'sorsyl/test/dune')
-rw-r--r-- | sorsyl/test/dune | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sorsyl/test/dune b/sorsyl/test/dune index e79f200..98e22a7 100644 --- a/sorsyl/test/dune +++ b/sorsyl/test/dune @@ -9,3 +9,7 @@ (test (name test_table) (libraries sorsyl)) + +(test + (name test_syllabifier) + (libraries sorsyl)) |