all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aurora via Guix-patches via <guix-patches@gnu.org>
To: 54316@debbugs.gnu.org
Cc: Aurora <rind38@disroot.org>
Subject: [bug#54316] [PATCH 04/10] gnu: Fix sbcl-smart-buffer tests
Date: Wed,  9 Mar 2022 20:27:43 +0000	[thread overview]
Message-ID: <20220309202749.2196-5-rind38@disroot.org> (raw)
In-Reply-To: <20220309202749.2196-1-rind38@disroot.org>

---
 gnu/packages/lisp-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 37a6e5a..73ed1bc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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")
-- 
2.30.2





  parent reply	other threads:[~2022-03-09 20:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54313] [PATCH 01/10] gnu: Fix sbcl-proc-parse tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54314] [PATCH 02/10] gnu: Fix sbcl-myway tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54315] [PATCH 03/10] gnu: Fix sbcl-xsubseq tests Aurora via Guix-patches via
2022-03-09 20:27 ` Aurora via Guix-patches via [this message]
2022-03-09 20:27 ` [bug#54317] [PATCH 05/10] gnu: Fix sbcl-fast-http tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54318] [PATCH 06/10] gnu: Fix sbcl-http-body tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54319] [PATCH 07/10] gnu: Fix sbcl-cl-cookie tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54320] [PATCH 08/10] gnu: Fix sbcl-mito tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54321] [PATCH 09/10] gnu: Fix sbcl-cl-locale tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54322] [PATCH 10/10] gnu: Fix sbcl-assoc-utils tests Aurora via Guix-patches via
2022-03-09 23:16 ` [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages) Aurora via Guix-patches via
2022-03-10 14:46   ` bug#54312: [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220309202749.2196-5-rind38@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=54316@debbugs.gnu.org \
    --cc=rind38@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.