1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: emacs-list-utils: Provide test command.

* gnu/packages/emacs-xyz.scm (emacs-list-utils)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-03-02 12:04:47 +01:00
parent e5acc57cd9
commit d1885dfab6
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -27043,6 +27043,13 @@ and @code{erc-send-modify-hook} to download and show images.")
(base32
"0rc7ql78qraa35lv6igkd81j5ap9zgn6ri9rp9cajp86s2b46dg6"))))
(build-system emacs-build-system)
(arguments (list #:test-command
#~(list "emacs" "--batch" "-L" "." "-L" "ert-tests"
"-l" "cl-macs" "-l" "ert" "-l" "list-utils-test"
"--eval"
"(progn (fset 'ert--print-backtrace 'ignore)
(ert-run-tests-batch-and-exit
'(not (tag :interactive))))")))
(home-page "https://github.com/rolandwalker/list-utils")
(synopsis "List-manipulation utility functions")
(description