gnu: ocamlmod: Enable tests.

Followup to 93eeadf022.

* gnu/packages/ocaml.scm (ocamlmod)[arguments]: Enable tests.

Problem reported by Julien Lepiller <julien@lepiller.eu>.
This commit is contained in:
David Craven 2017-01-04 18:53:03 +01:00
parent 337273e41f
commit 3dcaa1226d
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -834,7 +834,10 @@ (define-public ocamlmod
(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.")