bca5d39d2495c06e51994834bc96281d1e28df9c
[oota-llvm.git] / test / Bindings / OCaml / lit.local.cfg
1 config.suffixes = ['.ml']
2
3 if not 'ocaml' in config.root.llvm_bindings:
4     config.unsupported = True
5
6 if config.root.have_ocaml_ounit != '1':
7     config.unsupported = True