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:
parent
337273e41f
commit
3dcaa1226d
|
@ -834,7 +834,10 @@ files in these formats.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ounit" ,ocaml-ounit)))
|
`(("ounit" ,ocaml-ounit)))
|
||||||
(arguments
|
(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")
|
(home-page "https://forge.ocamlcore.org/projects/ocamlmod")
|
||||||
(synopsis "Generate modules from OCaml source files")
|
(synopsis "Generate modules from OCaml source files")
|
||||||
(description "Generate modules from OCaml source files.")
|
(description "Generate modules from OCaml source files.")
|
||||||
|
|
Loading…
Reference in New Issue