summaryrefslogtreecommitdiff
path: root/test/dune
diff options
context:
space:
mode:
Diffstat (limited to 'test/dune')
-rw-r--r--test/dune2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dune b/test/dune
index 563fb44..d934086 100644
--- a/test/dune
+++ b/test/dune
@@ -1,4 +1,6 @@
(test
(name test_main)
(flags (:standard -alert -deprecated))
+ (instrumentation
+ (backend bisect_ppx))
(libraries nixtamal alcotest qcheck qcheck-alcotest))