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:
parent
9c64f76e8a
commit
337273e41f
1 changed files with 4 additions and 1 deletions
|
@ -777,7 +777,10 @@ (define-public ocaml-ounit
|
|||
(native-inputs
|
||||
`(("libxml2" ,libxml2))) ; for xmllint
|
||||
(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")
|
||||
(synopsis "Unit testing framework for OCaml")
|
||||
(description "Unit testing framework for OCaml. It is similar to JUnit and
|
||||
|
|
Loading…
Reference in a new issue