guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ocamlmod: Enable tests.


From: David Craven
Subject: 02/02: gnu: ocamlmod: Enable tests.
Date: Wed, 4 Jan 2017 18:11:02 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 3dcaa1226dc8bbe63cfed27f0d566deaefc5fefd
Author: David Craven <address@hidden>
Date:   Wed Jan 4 18:53:03 2017 +0100

    gnu: ocamlmod: Enable tests.
    
    Followup to 93eeadf0226078a6a9ecf57f84446044b4be249b.
    
    * gnu/packages/ocaml.scm (ocamlmod)[arguments]: Enable tests.
    
    Problem reported by Julien Lepiller <address@hidden>.
---
 gnu/packages/ocaml.scm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 4313bde..93020f1 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]