gnu: ocaml-ounit: Enable tests.

Followup to 7a76b4afd0.

* gnu/packages/ocaml.scm (ocaml-ounit)[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 9c64f76e8a
commit 337273e41f
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 4 additions and 1 deletions

View File

@ -777,7 +777,10 @@ compilers that can directly deal with packages.")
(native-inputs (native-inputs
`(("libxml2" ,libxml2))) ; for xmllint `(("libxml2" ,libxml2))) ; for xmllint
(arguments (arguments
`(#:tests? #f)) ; tests are done during build `(#:phases
(modify-phases %standard-phases
;; Tests are done during build.
(delete 'check))))
(home-page "http://ounit.forge.ocamlcore.org") (home-page "http://ounit.forge.ocamlcore.org")
(synopsis "Unit testing framework for OCaml") (synopsis "Unit testing framework for OCaml")
(description "Unit testing framework for OCaml. It is similar to JUnit and (description "Unit testing framework for OCaml. It is similar to JUnit and