[OCaml] [autoconf] Migrate to ocamlfind.
[oota-llvm.git] / test / Bindings / Ocaml / lit.local.cfg
index 364b97c632e83fca4d367fef1d36722a6f09763b..bca5d39d2495c06e51994834bc96281d1e28df9c 100644 (file)
@@ -2,3 +2,6 @@ config.suffixes = ['.ml']
 
 if not 'ocaml' in config.root.llvm_bindings:
     config.unsupported = True
+
+if config.root.have_ocaml_ounit != '1':
+    config.unsupported = True