llvm-for-llvmta/test/Bindings/OCaml/lit.local.cfg

8 lines
170 B
INI
Raw Normal View History

2022-04-25 10:02:23 +02:00
config.suffixes = ['.ml']
if not 'ocaml' in config.root.llvm_bindings:
config.unsupported = True
if not config.root.have_ocaml_ounit:
config.unsupported = True