me
/
guix
Archived
1
0
Fork 0

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>
Pierre Neidhardt 2022-07-04 21:10:05 +02:00 committed by Guillaume Le Vaillant
parent bcb3335716
commit b6355dc2c4
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 4 additions and 4 deletions

View File

@ -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")