Skip to content

Commit

Permalink
Enable instrumentation in executables and test libraries too
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jan 27, 2024
1 parent 89aa8a4 commit 1fabc7b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systems/cello/e12/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
Fingerboard)
(libraries base fingerboard stdio textutils.ascii_table)
(inline_tests)
(instrumentation
(backend bisect_ppx))
(preprocess
(pps ppx_jane ppx_js_style -check-doc-comments)))
2 changes: 2 additions & 0 deletions systems/cello/e53/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
Fingerboard)
(libraries base fingerboard stdio textutils.ascii_table)
(inline_tests)
(instrumentation
(backend bisect_ppx))
(preprocess
(pps ppx_jane ppx_js_style -check-doc-comments)))
2 changes: 2 additions & 0 deletions systems/cello/e55/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
Fingerboard)
(libraries base fingerboard stdio textutils.ascii_table)
(inline_tests)
(instrumentation
(backend bisect_ppx))
(preprocess
(pps ppx_jane ppx_js_style -check-doc-comments)))
2 changes: 2 additions & 0 deletions systems/cello/just/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
Fingerboard)
(libraries base fingerboard stdio textutils.ascii_table)
(inline_tests)
(instrumentation
(backend bisect_ppx))
(preprocess
(pps ppx_jane ppx_js_style -check-doc-comments)))
2 changes: 2 additions & 0 deletions systems/cello/pythagorean/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
Fingerboard)
(libraries base fingerboard stdio textutils.ascii_table)
(inline_tests)
(instrumentation
(backend bisect_ppx))
(preprocess
(pps ppx_jane ppx_js_style -check-doc-comments)))
2 changes: 2 additions & 0 deletions test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
stdio
textutils.ascii_table)
(inline_tests)
(instrumentation
(backend bisect_ppx))
(preprocess
(pps ppx_jane ppx_js_style -check-doc-comments)))

0 comments on commit 1fabc7b

Please sign in to comment.