diff --git a/src/common/dune b/src/common/dune index 7994798579..458ef02dcb 100644 --- a/src/common/dune +++ b/src/common/dune @@ -20,6 +20,7 @@ (pps ppx_deriving.std ppx_deriving_hash - ppx_deriving_yojson))) + ppx_deriving_yojson)) + (instrumentation (backend bisect_ppx))) (documentation) diff --git a/src/config/dune b/src/config/dune index 1508e2553e..ce5cb11559 100644 --- a/src/config/dune +++ b/src/config/dune @@ -18,6 +18,7 @@ (preprocess (pps ppx_blob)) - (preprocessor_deps (file options.schema.json))) + (preprocessor_deps (file options.schema.json)) + (instrumentation (backend bisect_ppx))) (documentation) diff --git a/src/domain/dune b/src/domain/dune index 169f4a1d5c..85e69a6246 100644 --- a/src/domain/dune +++ b/src/domain/dune @@ -14,6 +14,7 @@ (pps ppx_deriving.std ppx_deriving_hash - ppx_deriving_yojson))) + ppx_deriving_yojson)) + (instrumentation (backend bisect_ppx))) (documentation) diff --git a/src/incremental/dune b/src/incremental/dune index 595dba22f7..15c1d2a7af 100644 --- a/src/incremental/dune +++ b/src/incremental/dune @@ -17,6 +17,7 @@ (pps ppx_deriving.std ppx_deriving_hash - ppx_deriving_yojson))) + ppx_deriving_yojson)) + (instrumentation (backend bisect_ppx))) (documentation) diff --git a/src/util/library/dune b/src/util/library/dune index 075c01c35d..c7797db33f 100644 --- a/src/util/library/dune +++ b/src/util/library/dune @@ -13,6 +13,7 @@ (preprocess (pps ppx_deriving.std - ppx_deriving_hash))) + ppx_deriving_hash)) + (instrumentation (backend bisect_ppx))) (documentation) diff --git a/src/util/std/dune b/src/util/std/dune index b074a29937..2b814c677a 100644 --- a/src/util/std/dune +++ b/src/util/std/dune @@ -15,4 +15,5 @@ (pps ppx_deriving.std ppx_deriving_hash - ppx_deriving_yojson))) + ppx_deriving_yojson)) + (instrumentation (backend bisect_ppx)))