diff options
author | polwex <polwex@sortug.com> | 2025-10-06 12:24:42 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 12:24:42 +0700 |
commit | f1de939b8cc592a8d56e62ce36902740a88a7e01 (patch) | |
tree | baf026dc2bdf9fa5bfaed12b9d271871549bc67e /ocaml/test/dune | |
parent | 0ca55c93a7c21f81c8f21048889d1c9608a961c7 (diff) |
ehehe
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r-- | ocaml/test/dune | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ocaml/test/dune b/ocaml/test/dune index 98c3ad4..60ae567 100644 --- a/ocaml/test/dune +++ b/ocaml/test/dune @@ -128,6 +128,26 @@ (libraries nock_lib eio_main unix)) (executable + (name test_arvo_real_poke) + (modules test_arvo_real_poke) + (libraries nock_lib eio_main unix)) + +(executable + (name test_solid_structure) + (modules test_solid_structure) + (libraries nock_lib eio_main unix)) + +(executable + (name test_boot_solid_events) + (modules test_boot_solid_events) + (libraries nock_lib eio_main unix)) + +(executable + (name test_poke_solid_arvo) + (modules test_poke_solid_arvo) + (libraries nock_lib eio_main unix)) + +(executable (name test_arvo_slots) (modules test_arvo_slots) (libraries nock_lib eio_main unix)) |