summaryrefslogtreecommitdiff
path: root/test/Bindings/Ocaml/lit.local.cfg
blob: ac9f3717b3750ecc76a7bce0c8329e0937ae582b (plain)
1
2
3
4
5
6
config.suffixes = ['.ml']

bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
if not 'ocaml' in bindings:
    config.unsupported = True