From 948baea4b22e5ea78dc005e43ea7e3cec0fc6ad7 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 12 Jun 2023 22:22:04 -0400 Subject: [PATCH] fix test dune file --- test/dune | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/dune b/test/dune index 2b2e807b..90187c80 100644 --- a/test/dune +++ b/test/dune @@ -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))