mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 01:11:44 +00:00
e15fd097d5
llvm-svn: 259954
11 lines
292 B
INI
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
|