Make the OCaml tests temporarily unsupported until they can be updated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2016-02-05 23:28:03 +00:00
parent 88ea047fdc
commit db58ab3208

View File

@ -1,5 +1,8 @@
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