From 5242ee845cdb3a7e9780443bf5d7e534f72c3f28 Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 7 Oct 2025 00:13:21 +0700 Subject: mugs in ocaml with murmur3 fork --- ocaml/test/dune | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ocaml/test/dune') 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) -- cgit v1.2.3