Skip to content

Commit 93f6bec

Browse files
committed
Disk_cache/test: add missing instrumentation
1 parent 41b5ad3 commit 93f6bec

File tree

1 file changed

+6
-0
lines changed
  • src/lib/disk_cache/test

1 file changed

+6
-0
lines changed

src/lib/disk_cache/test/dune

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
disk_cache_intf
1111
file_system
1212
logger)
13+
(instrumentation
14+
(backend bisect_ppx))
1315
(preprocess
1416
(pps ppx_jane ppx_version))
1517
;; Ignoring -22 because we use Binable.of_binable_without_uuid
@@ -25,6 +27,8 @@
2527
;; local libraries
2628
disk_cache.lmdb
2729
test_cache_deadlock_lib)
30+
(instrumentation
31+
(backend bisect_ppx))
2832
(preprocess
2933
(pps ppx_jane ppx_version))
3034
(flags
@@ -39,6 +43,8 @@
3943
;; local libraries
4044
disk_cache.filesystem
4145
test_cache_deadlock_lib)
46+
(instrumentation
47+
(backend bisect_ppx))
4248
(preprocess
4349
(pps ppx_jane ppx_version))
4450
(flags

0 commit comments

Comments
 (0)