fix test dune file

This commit is contained in:
Simon Cruanes 2023-06-12 22:22:04 -04:00
parent 392201445b
commit 948baea4b2
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,3 +1,5 @@
(tests
(names t_fib t_bench1 t_fib_rec t_futs1 t_tree_futs)
(libraries moonpool trace tracy-client.trace))
(libraries moonpool
;tracy-client.trace
trace))