Skip to content

Commit

Permalink
(wip) bisect instrument parsing
Browse files Browse the repository at this point in the history
I'm not sure if coverage statistic is useful when most codes are generated.
  • Loading branch information
butterunderflow committed Aug 24, 2024
1 parent 260d0d0 commit e501857
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/syntax/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
(libraries sexplib menhirLib common)
(inline_tests)
(preprocess
(pps ppx_deriving.show ppx_sexp_conv ppx_inline_test ppx_jane)))
(pps ppx_deriving.show ppx_sexp_conv ppx_inline_test ppx_jane))
(instrumentation
(backend bisect_ppx)))

(ocamllex lexer)

Expand Down

0 comments on commit e501857

Please sign in to comment.