diff options
author | polwex <polwex@sortug.com> | 2025-10-07 00:13:21 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-07 00:13:21 +0700 |
commit | 5242ee845cdb3a7e9780443bf5d7e534f72c3f28 (patch) | |
tree | 24270ef9d0ce356e92b1048394fec2020e2bec71 /ocaml/test/dune | |
parent | 5de3f7a3ad7b0cf63b4a6cbddfc1e26359dea161 (diff) |
mugs in ocaml with murmur3 fork
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r-- | ocaml/test/dune | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ocaml/test/dune b/ocaml/test/dune index 8087a38..330f064 100644 --- a/ocaml/test/dune +++ b/ocaml/test/dune @@ -272,6 +272,11 @@ (modules test_two_stage_boot) (libraries nock_lib eio_main unix)) +(executable + (name test_mug) + (modules test_mug) + (libraries nock_lib)) + ; (executable ; (name test_life_formula) ; (modules test_life_formula) |