rename tests

This commit is contained in:
Simon Cruanes 2023-06-24 14:56:20 -04:00
parent 2db2bd9ba2
commit b346fa03af
3 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
(tests (tests
(names t_fib1 t_futs1 t_many t_fork_join t_fork_join_all t_sort) (names t_fib1 t_futs1 t_many t_fib_fork_join
t_fib_fork_join_all t_sort)
(enabled_if (>= %{ocaml_version} 5.0)) (enabled_if (>= %{ocaml_version} 5.0))
(libraries moonpool trace ;tracy-client.trace (libraries moonpool trace ;tracy-client.trace
)) ))