mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
ensure that tests belong to the correct package
This commit is contained in:
parent
54f6db0b42
commit
8e6340846a
6 changed files with 8 additions and 0 deletions
1
dune
1
dune
|
|
@ -4,5 +4,6 @@
|
|||
|
||||
(mdx
|
||||
(libraries moonpool moonpool.forkjoin moonpool.fib threads)
|
||||
(package moonpool)
|
||||
(enabled_if
|
||||
(>= %{ocaml_version} 5.0)))
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@
|
|||
(ocaml (>= 5.0))
|
||||
lwt
|
||||
base-unix
|
||||
(trace :with-test)
|
||||
(trace-tef :with-test)
|
||||
(odoc :with-doc)))
|
||||
|
||||
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ depends: [
|
|||
"ocaml" {>= "5.0"}
|
||||
"lwt"
|
||||
"base-unix"
|
||||
"trace" {with-test}
|
||||
"trace-tef" {with-test}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
t_ws_deque
|
||||
t_ws_wait
|
||||
t_bounded_queue)
|
||||
(package moonpool)
|
||||
(libraries
|
||||
moonpool
|
||||
qcheck-core
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
(run %{project_root}/src/cpp/cpp.exe %{input-file})))
|
||||
(enabled_if
|
||||
(>= %{ocaml_version} 5.0))
|
||||
(package moonpool)
|
||||
(libraries
|
||||
moonpool
|
||||
moonpool.forkjoin
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
t_fib1 t_fls t_main)
|
||||
(enabled_if
|
||||
(>= %{ocaml_version} 5.0))
|
||||
(package moonpool)
|
||||
(libraries
|
||||
moonpool
|
||||
moonpool.fib
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue