mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
fix qtest generation
This commit is contained in:
parent
6323bdc6d3
commit
93c0a9af0d
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ let do_not_test file =
|
|||
is_suffix ~sub:"mkshims.ml" file ||
|
||||
is_suffix ~sub:"unlabel.ml" file ||
|
||||
is_suffix ~sub:"check_labelled_mods.ml" file ||
|
||||
is_suffix ~sub:"test_random.ml" file ||
|
||||
is_suffix ~sub:"test_hash.ml" file ||
|
||||
is_suffix ~sub:"utop.ml" file
|
||||
|
||||
let prefix = "src"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue