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
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue