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:
parent
bbd1d7f975
commit
48a6473244
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue