moonpool/test/fiber/dune
Simon Cruanes 993ee3a197
test: re-enable t_fib1 but with a single core fifo pool
it should be deterministic now!
2024-08-29 10:39:17 -04:00

14 lines
218 B
Text

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