From 3dcaa1226dc8bbe63cfed27f0d566deaefc5fefd Mon Sep 17 00:00:00 2001 From: David Craven Date: Wed, 4 Jan 2017 18:53:03 +0100 Subject: gnu: ocamlmod: Enable tests. Followup to 93eeadf0226078a6a9ecf57f84446044b4be249b. * gnu/packages/ocaml.scm (ocamlmod)[arguments]: Enable tests. Problem reported by Julien Lepiller . --- gnu/packages/ocaml.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 4313bde8a8..93020f1c06 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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.") -- cgit v1.2.3