ac9f3717b3750ecc76a7bce0c8329e0937ae582b
[oota-llvm.git] / test / Bindings / Ocaml / lit.local.cfg
1 config.suffixes = ['.ml']
2
3 bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
4 if not 'ocaml' in bindings:
5     config.unsupported = True
6