mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ 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…
Add table
Add a link
Reference in a new issue