moonpool/test/fiber/dune
2025-09-26 14:55:25 -04:00

15 lines
229 B
Text

(tests
(names t_fls t_main t_fib1)
(enabled_if
(>= %{ocaml_version} 5.0))
(package moonpool)
(libraries
t_fibers
moonpool
moonpool.fib
trace
trace-tef
qcheck-core
qcheck-core.runner
;tracy-client.trace
))