OSDN Git Service

Make the OCaml tests temporarily unsupported until they can be updated.
authorEric Christopher <echristo@gmail.com>
Fri, 5 Feb 2016 23:28:03 +0000 (23:28 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 5 Feb 2016 23:28:03 +0000 (23:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259954 91177308-0d34-0410-b5e6-96231b3b80d8

test/Bindings/OCaml/lit.local.cfg

index 7a83ca1..a9f48fb 100644 (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