From 8077a7d493f22235093a290b46e07a4847a4563c Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 1 May 2025 23:22:17 -0400 Subject: [PATCH] wip: tests --- dune-project | 11 ++++++++++- nanoev-posix.opam | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/dune-project b/dune-project index 4035343..f0a6568 100644 --- a/dune-project +++ b/dune-project @@ -34,7 +34,16 @@ (package (name nanoev-posix) (synopsis "Use mtime+iomux (posix compliant) as a backend for nanoev") - (depends ocaml dune base-unix iomux (mtime (>= 2.0))) + (depends + ocaml + dune + base-unix + iomux + (mtime + (>= 2.0)) + (moonpool :with-test) + (trace :with-test) + (trace-tef :with-test)) (tags (unix select async iomux nanoev))) diff --git a/nanoev-posix.opam b/nanoev-posix.opam index d113361..8b82637 100644 --- a/nanoev-posix.opam +++ b/nanoev-posix.opam @@ -13,6 +13,9 @@ depends: [ "base-unix" "iomux" "mtime" {>= "2.0"} + "moonpool" {with-test} + "trace" {with-test} + "trace-tef" {with-test} "odoc" {with-doc} ] build: [