wip: tests

This commit is contained in:
Simon Cruanes 2025-05-01 23:22:17 -04:00
parent 653fddb850
commit 8077a7d493
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 13 additions and 1 deletions

View file

@ -34,7 +34,16 @@
(package (package
(name nanoev-posix) (name nanoev-posix)
(synopsis "Use mtime+iomux (posix compliant) as a backend for nanoev") (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 (tags
(unix select async iomux nanoev))) (unix select async iomux nanoev)))

View file

@ -13,6 +13,9 @@ depends: [
"base-unix" "base-unix"
"iomux" "iomux"
"mtime" {>= "2.0"} "mtime" {>= "2.0"}
"moonpool" {with-test}
"trace" {with-test}
"trace-tef" {with-test}
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [