moonpool/test/dune
2026-03-25 09:26:26 -04:00

28 lines
389 B
Text

(tests
(names
t_fib
t_ws_pool_confusion
t_bench1
t_fib_rec
t_futs1
t_tree_futs
t_props
t_resource
t_unfair
t_ws_deque
t_ws_wait)
(package moonpool)
(libraries
moonpool
qcheck-core
qcheck-core.runner
;tracy-client.trace
unix
trace-tef
trace))
(test
(name t_fib_await_mem)
(package moonpool)
(enabled_if (= %{system} linux))
(libraries moonpool))