mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7e3a4c6006
commit
7262ed60b0
1 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue