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
|
(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)))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue