From 8fb0004f79e25c89d8903ddff7a7463726520d6a Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Sat, 27 Jan 2024 10:53:54 +0100 Subject: [PATCH] Enable instrumentation in executables and test libraries too --- test/dune | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/dune b/test/dune index a397075..96d8c07 100644 --- a/test/dune +++ b/test/dune @@ -3,5 +3,7 @@ (inline_tests) (flags :standard -w +a-4-40-41-42-44-45-48-66 -warn-error +a) (libraries loc) + (instrumentation + (backend bisect_ppx)) (preprocess (pps ppx_jane ppx_js_style -check-doc-comments)))