xref: /aosp_15_r20/external/llvm/test/Bindings/OCaml/lit.local.cfg (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1config.suffixes = ['.ml']
2
3if not 'ocaml' in config.root.llvm_bindings:
4    config.unsupported = True
5
6if config.root.have_ocaml_ounit not in ('1', 'TRUE'):
7    config.unsupported = True
8