diff options
Diffstat (limited to 'test/Bindings/Ocaml/lit.local.cfg')
-rw-r--r-- | test/Bindings/Ocaml/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Bindings/Ocaml/lit.local.cfg b/test/Bindings/Ocaml/lit.local.cfg index 364b97c632..bca5d39d24 100644 --- a/test/Bindings/Ocaml/lit.local.cfg +++ b/test/Bindings/Ocaml/lit.local.cfg @@ -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 |