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:
Pierre Neidhardt 2022-07-04 20:46:24 +02:00 committed by Guillaume Le Vaillant
parent 95010a1226
commit 440372efcd
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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