llvm-mirror/test/Bindings/OCaml/lit.local.cfg
2016-02-05 23:28:03 +00:00

11 lines
292 B
INI

config.suffixes = ['.ml']
# Temporarily disable the tests for the OCaml bindings until they're updated.
config.unsupported = True
if not 'ocaml' in config.root.llvm_bindings:
config.unsupported = True
if config.root.have_ocaml_ounit not in ('1', 'TRUE'):
config.unsupported = True