mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
fix
This commit is contained in:
parent
223647045a
commit
968edffc03
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ let do_not_test file =
|
|||
str_sub ~sub:"Label" file ||
|
||||
is_suffix ~sub:"containers.ml" file ||
|
||||
is_suffix ~sub:"containers_top.ml" file ||
|
||||
is_suffix ~sub:"mkflags.ml" file
|
||||
is_suffix ~sub:"mkflags.ml" file ||
|
||||
is_suffix ~sub:"utop.ml" file
|
||||
|
||||
let prefix = "src"
|
||||
let dirs = List.map (fun s-> Filename.concat prefix s)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue