me
/
guix
Archived
1
0
Fork 0

gnu: cl-smart-buffer: Fix tests.

* gnu/packages/lisp-xyz.scm (sbcl-smart-buffer)[native-inputs]: Add babel.
  [arguments]: Add 'asd-systems' parameter. Enable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Aurora 2022-03-09 20:27:43 +00:00 committed by Guillaume Le Vaillant
parent 8daa60cda0
commit 3c5da3329d
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 4 deletions

View File

@ -4399,11 +4399,10 @@ effieiently.")
(base32 "0qz1zzxx0wm5ff7gpgsq550a59p0qj594zfmm2rglj97dahj54l7"))))
(build-system asdf-build-system/sbcl)
(arguments
;; Tests fail with: Component SMART-BUFFER-ASD::SMART-BUFFER-TEST not
;; found, required by #<SYSTEM "smart-buffer">. Why?
`(#:tests? #f))
'(#:asd-systems '("smart-buffer-test" "smart-buffer")))
(native-inputs
(list sbcl-prove))
(list sbcl-prove
sbcl-babel))
(inputs
(list sbcl-xsubseq sbcl-flexi-streams))
(home-page "https://github.com/fukamachi/smart-buffer")