diff options
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)) |