gnu: cl-myway: Fix tests.

* gnu/packages/lisp-xyz.scm (sbcl-myway)[arguments]: Add 'asd-systems'
  parameter. Enable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Aurora 2022-03-09 20:27:41 +00:00 committed by Guillaume Le Vaillant
parent bbd1d7f975
commit 48a6473244
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -4333,9 +4333,7 @@ (define-public sbcl-myway
(base32 "0briia9bk3lbr0frnx39d1qg6i38dm4j6z9w3yga3d40k6df4a90"))))
(build-system asdf-build-system/sbcl)
(arguments
;; Tests fail with: Component MYWAY-ASD::MYWAY-TEST not found, required
;; by #<SYSTEM "myway">. Why?
'(#:tests? #f))
'(#:asd-systems '("myway-test" "myway")))
(native-inputs
(list sbcl-prove))
(inputs