summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bindings/OCaml/lit.local.cfg
blob: fd9e1c50e990c257f14eef8243b3f87f28978d17 (plain)
1
2
3
4
5
6
7
config.suffixes = ['.ml']

if not 'ocaml' in config.root.llvm_bindings:
    config.unsupported = True

if not config.root.have_ocaml_ounit:
    config.unsupported = True
OpenPOWER on IntegriCloud