me
/
guix
Archived
1
0
Fork 0

gnu: ocamlmod: Enable tests.

Followup to 93eeadf022.

* gnu/packages/ocaml.scm (ocamlmod)[arguments]: Enable tests.

Problem reported by Julien Lepiller <julien@lepiller.eu>.
master
David Craven 2017-01-04 18:53:03 +01:00
parent 337273e41f
commit 3dcaa1226d
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 4 additions and 1 deletions

View File

@ -834,7 +834,10 @@ files in these formats.")
(native-inputs
`(("ounit" ,ocaml-ounit)))
(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")
(synopsis "Generate modules from OCaml source files")
(description "Generate modules from OCaml source files.")