gnu: cl-mito: Fix tests.

* gnu/packages/lisp-xyz.scm (sbcl-mito)[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:47 +00:00 committed by Guillaume Le Vaillant
parent 7e3a4c6006
commit 7262ed60b0
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -12226,9 +12226,7 @@ can separate configuration system from an implementation.")
(("\\(:test-file \"postgres-types\"\\)") "") (("\\(:test-file \"postgres-types\"\\)") "")
(("\\(:test-file \"mixin\"\\)") "")) (("\\(:test-file \"mixin\"\\)") ""))
#t))) #t)))
;; TODO: While all enabled tests pass, the phase fails with: #:asd-systems '("mito-test" "mito")))
;; Component MITO-ASD::MITO-TEST not found, required by #<SYSTEM "mito">
#:tests? #f))
(synopsis "ORM for Common Lisp with migrations and relationships support") (synopsis "ORM for Common Lisp with migrations and relationships support")
(description "Mito is yet another object relational mapper, and it aims (description "Mito is yet another object relational mapper, and it aims
to be a successor of Integral. to be a successor of Integral.