|
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
|