diff options
author | polwex <polwex@sortug.com> | 2025-10-06 17:07:33 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 17:07:33 +0700 |
commit | a4615148975bed241ae26ffa2655dc9c407107d8 (patch) | |
tree | bd127b13f0027cd2870b8f016c5658465785d3df /ocaml/test/dune | |
parent | 256376afffe66faa239a6a6aaebb8f68a9c6cbe4 (diff) |
maybe now maybe now
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r-- | ocaml/test/dune | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ocaml/test/dune b/ocaml/test/dune index 17e84b8..c7cf6da 100644 --- a/ocaml/test/dune +++ b/ocaml/test/dune @@ -271,3 +271,13 @@ (name test_two_stage_boot) (modules test_two_stage_boot) (libraries nock_lib eio_main unix)) + +(executable + (name test_life_formula) + (modules test_life_formula) + (libraries nock_lib)) + +(executable + (name examine_ivory) + (modules examine_ivory) + (libraries nock_lib eio_main)) |