Skip to content

Commit 65a4566

Browse files
authored
flambda-backend: Add code coverage using bisect_ppx (#352)
1 parent 63ab65f commit 65a4566

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ _build
5555
/ocamlopt
5656
/ocamlopt.opt
5757
/ocamlnat
58+
/dirs-to-ignore.inc
5859

5960
# specific files and patterns in sub-directories
6061

dune

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@
121121
(libraries ocamlbytecomp ocamlcommon)
122122
(modules main_native))
123123

124-
(data_only_dirs yacc)
124+
; Disabled since there can be only one (data_only_dirs) declaration
125+
;(data_only_dirs yacc)
126+
(include dirs-to-ignore.inc)
125127

126128
(rule
127129
(deps (source_tree yacc))

0 commit comments

Comments
 (0)