mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-06 03:05:32 -05:00
wip: tests
This commit is contained in:
parent
653fddb850
commit
8077a7d493
2 changed files with 13 additions and 1 deletions
11
dune-project
11
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)))
|
||||
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue