diff options
author | polwex <polwex@sortug.com> | 2025-10-06 04:19:06 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 04:19:06 +0700 |
commit | e927376355a1b07e5385dedad7a0d6c5d5bb1f92 (patch) | |
tree | b43320310709ec70b0322f7b13b1c3e88aff0236 /ocaml/test/dune | |
parent | 24eac75c69b3d74388bbbc8ee2b6792e7590e4c6 (diff) |
ames done
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 ff3f67c..3dbaf09 100644 --- a/ocaml/test/dune +++ b/ocaml/test/dune @@ -66,3 +66,8 @@ (name test_parallel_nock) (modules test_parallel_nock) (libraries nock_lib eio_main unix domainslib)) + +(executable + (name test_ames) + (modules test_ames) + (libraries nock_lib io_drivers eio_main unix)) |