summaryrefslogtreecommitdiff
path: root/test/Bindings/OCaml
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2016-02-05 23:28:03 +0000
committerEric Christopher <echristo@gmail.com>2016-02-05 23:28:03 +0000
commitdb58ab320826671ca152b0c714fbf8d506383e67 (patch)
tree9fa9063db218b4e3a74bc99236c651f07267b914 /test/Bindings/OCaml
parent88ea047fdc785992263a6f51f4ddbff26dbea980 (diff)
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
Diffstat (limited to 'test/Bindings/OCaml')
-rw-r--r--test/Bindings/OCaml/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Bindings/OCaml/lit.local.cfg b/test/Bindings/OCaml/lit.local.cfg
index 7a83ca14280..a9f48fb7cc6 100644
--- a/test/Bindings/OCaml/lit.local.cfg
+++ b/test/Bindings/OCaml/lit.local.cfg
@@ -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