diff options
author | polwex <polwex@sortug.com> | 2025-06-22 01:46:49 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-22 01:46:49 +0700 |
commit | c9fbdb681b77698bdf8a503cb9d13b6f0b53fd93 (patch) | |
tree | cbf7db884b7f91d33b92a12dae410ffd265635d8 /sorsyl/test/dune |
init
Diffstat (limited to 'sorsyl/test/dune')
-rw-r--r-- | sorsyl/test/dune | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sorsyl/test/dune b/sorsyl/test/dune new file mode 100644 index 0000000..701e92d --- /dev/null +++ b/sorsyl/test/dune @@ -0,0 +1,3 @@ +(test + (name test_sonority) + (libraries sorsyl)) |