moonpool/test/effect-based/dune
2023-07-10 23:20:25 -04:00

11 lines
345 B
Text

(tests
(names t_fib1 t_futs1 t_many t_fib_fork_join
t_fib_fork_join_all t_sort t_fork_join)
(preprocess (action
(run %{project_root}/src/cpp/cpp.exe %{input-file})))
(enabled_if (>= %{ocaml_version} 5.0))
(libraries moonpool trace
qcheck-core qcheck-core.runner
;tracy-client.trace
))