llvm-6502/test/Bindings/OCaml/lit.local.cfg

8 lines
187 B
INI
Raw Normal View History

config.suffixes = ['.ml']
if not 'ocaml' in config.root.llvm_bindings:
config.unsupported = True
if config.root.have_ocaml_ounit not in ('1', 'TRUE'):
config.unsupported = True