gnu: ocamlmod: Enable tests. Followup to 93eeadf0226078a6a9ecf57f84446044b4be249b. * gnu/packages/ocaml.scm (ocamlmod)[arguments]: Enable tests. Problem reported by Julien Lepiller <julien@lepiller.eu>.
1 files changed, 4 insertions(+), 1 deletions(-) M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +4 -1
@@ 834,7 834,10 @@ files in these formats.") (native-inputs `(("ounit" ,ocaml-ounit))) (arguments `(#:tests? #f)) ; tests are done during build `(#:phases (modify-phases %standard-phases ;; Tests are done during build. (delete 'check)))) (home-page "https://forge.ocamlcore.org/projects/ocamlmod") (synopsis "Generate modules from OCaml source files") (description "Generate modules from OCaml source files.")