mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: sbcl-vas-string-metrics: Re-enable tests.
* gnu/packages/lisp-xyz.scm (sbcl-vas-string-metrics)[arguments]: Specify the name of the test system and fix the .asd file to actually do something. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
95010a1226
commit
440372efcd
1 changed files with 12 additions and 0 deletions
|
@ -8731,6 +8731,18 @@ (define-public sbcl-vas-string-metrics
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11fcnd03ybzz37rkg3z0wsb727yqgcd9gn70sccfb34l89ia279k"))))
|
(base32 "11fcnd03ybzz37rkg3z0wsb727yqgcd9gn70sccfb34l89ia279k"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
(arguments
|
||||||
|
'(#:asd-test-systems '("test.vas-string-metrics")
|
||||||
|
#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'fix-test-asd
|
||||||
|
(lambda _
|
||||||
|
(substitute* "test.vas-string-metrics.asd"
|
||||||
|
((":depends-on")
|
||||||
|
(string-append
|
||||||
|
":perform (test-op (op c) (symbol-call :vas-string-metrics :run-tests))"
|
||||||
|
"\n"
|
||||||
|
" :depends-on"))))))))
|
||||||
(home-page "https://github.com/vsedach/vas-string-metrics")
|
(home-page "https://github.com/vsedach/vas-string-metrics")
|
||||||
(synopsis "String distance algorithms for Common Lisp")
|
(synopsis "String distance algorithms for Common Lisp")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue