summaryrefslogtreecommitdiff
path: root/test/Bindings/Ocaml/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/Bindings/Ocaml/lit.local.cfg')
-rw-r--r--test/Bindings/Ocaml/lit.local.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Bindings/Ocaml/lit.local.cfg b/test/Bindings/Ocaml/lit.local.cfg
new file mode 100644
index 0000000000000..640c58d2f3d6e
--- /dev/null
+++ b/test/Bindings/Ocaml/lit.local.cfg
@@ -0,0 +1,6 @@
+config.suffixes = ['.ll', '.c', '.cpp', '.ml']
+
+bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
+if not 'ocaml' in bindings:
+ config.unsupported = True
+