llvm-for-llvmta/test/Bindings/OCaml/lit.local.cfg
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

8 lines
170 B
INI

config.suffixes = ['.ml']
if not 'ocaml' in config.root.llvm_bindings:
config.unsupported = True
if not config.root.have_ocaml_ounit:
config.unsupported = True