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:
parent
e5acc57cd9
commit
d1885dfab6
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue