mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-m-buffer-el: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-m-buffer-el)[arguments]: Add #:test-command. Remove unnecessary check phase.
This commit is contained in:
parent
d0c46fc4f5
commit
cd15bc04db
1 changed files with 4 additions and 9 deletions
|
@ -27656,15 +27656,10 @@ mode.")
|
|||
"1sx76i59razwccvn6x7rx5a124bfyjw9fcbxf4gj7nsg33qiq809"))))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'install 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "emacs" "--batch" "-L" "."
|
||||
"-l" "test/m-buffer-test.el"
|
||||
"-l" "test/m-buffer-at-test.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))))))
|
||||
#:test-command #~(list "emacs" "--batch" "-L" "."
|
||||
"-l" "test/m-buffer-test.el"
|
||||
"-l" "test/m-buffer-at-test.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/phillord/m-buffer-el")
|
||||
(synopsis "List oriented buffer operations for Emacs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue