diff options
author | polwex <polwex@sortug.com> | 2025-06-22 09:21:58 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-22 09:21:58 +0700 |
commit | b43fe0d51da9a247bf94af27898d63f79d424073 (patch) | |
tree | 87cdba61deb79f73a829c96568b124adab66f1e1 /sorsyl/test/dune | |
parent | c9fbdb681b77698bdf8a503cb9d13b6f0b53fd93 (diff) |
getting there
Diffstat (limited to 'sorsyl/test/dune')
-rw-r--r-- | sorsyl/test/dune | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sorsyl/test/dune b/sorsyl/test/dune index 701e92d..e79f200 100644 --- a/sorsyl/test/dune +++ b/sorsyl/test/dune @@ -1,3 +1,11 @@ +; (test +; (name test_sonorityold) +; (libraries sorsyl)) + (test (name test_sonority) (libraries sorsyl)) + +(test + (name test_table) + (libraries sorsyl)) |