guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ocaml-sexplib0: Enable tests.


From: guix-commits
Subject: 02/03: gnu: ocaml-sexplib0: Enable tests.
Date: Mon, 13 Jan 2020 16:48:12 -0500 (EST)

brettgilio pushed a commit to branch wip-ocaml4.09
in repository guix.

commit 1c61080ba318cb0cef274c001323dbfd47b538a7
Author: Brett Gilio <address@hidden>
AuthorDate: Mon Jan 13 15:47:08 2020 -0600

    gnu: ocaml-sexplib0: Enable tests.
    
    * gnu/packages/ocaml.scm (ocaml-sexplib0): Enable tests.
---
 gnu/packages/ocaml.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f3a523f..1fa79c9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3742,7 +3742,8 @@ exclusion algorithms are typical examples of such 
systems.")
          "1b1bk0xs1hqa12qs5y4h1yl3mq6xml4ya2570dyhdn1j0fbw4g3y"))))
     (build-system dune-build-system)
     (arguments
-     '(#:tests? #f)) ;no tests
+     '(#:tests? #t
+       #:test-target "."))
     (synopsis "Library containing the definition of S-expressions and some
 base converters")
     (description "Part of Jane Street's Core library The Core suite of



reply via email to

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