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.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Bindings/OCaml/lit.local.cfg b/test/Bindings/OCaml/lit.local.cfg
new file mode 100644
index 000000000000..7a83ca142808
--- /dev/null
+++ b/test/Bindings/OCaml/lit.local.cfg
@@ -0,0 +1,7 @@
+config.suffixes = ['.ml']
+
+if not 'ocaml' in config.root.llvm_bindings:
+ config.unsupported = True
+
+if config.root.have_ocaml_ounit not in ('1', 'TRUE'):
+ config.unsupported = True