guix-commits
[Top][All Lists]
Advanced

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

16/22: gnu: sbcl-quantile-estimator: Enable tests.


From: guix-commits
Subject: 16/22: gnu: sbcl-quantile-estimator: Enable tests.
Date: Wed, 3 Aug 2022 10:48:10 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit b6355dc2c4324535d76d0a8dd9cff1295cd82039
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jul 4 21:10:05 2022 +0200

    gnu: sbcl-quantile-estimator: Enable tests.
    
    * gnu/packages/lisp-xyz.scm (sbcl-quantile-estimator)[arguments]: Do it.
      [native-inputs]: Add sbcl-mw-equiv, sbcl-prove, sbcl-log4cl.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3305e36d02..02b2de8c5b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11015,11 +11015,11 @@ equality.")
          "0rlswkf0siaabsvvch3dgxmg45fw5w8pd9b7ri2w7a298aya52z9"))))
     (build-system asdf-build-system/sbcl)
     (arguments
-     '(#:asd-test-systems '("quantile-estimator.test")
-       ;; TODO: Tests need https://github.com/sharplispers/mw-equiv.
-       #:tests? #f))
+     '(#:asd-test-systems '("quantile-estimator.test")))
     (inputs
-     `(("alexandria" ,sbcl-alexandria)))
+     (list sbcl-alexandria))
+    (native-inputs
+     (list sbcl-mw-equiv sbcl-prove sbcl-log4cl))
     (home-page "https://github.com/deadtrickster/quantile-estimator.cl";)
     (synopsis
      "Effective computation of biased quantiles over data streams")



reply via email to

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