mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: emacs-bm: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-bm)[arguments]: Run tests.
This commit is contained in:
parent
01ff058d5e
commit
d8ff8fcf50
1 changed files with 6 additions and 0 deletions
|
@ -4274,6 +4274,12 @@ (define-public emacs-bm
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a47dcda196sb6qx45w94d0vfzyfprfs3g7yj0scjmna79rr3fqa"))))
|
(base32 "1a47dcda196sb6qx45w94d0vfzyfprfs3g7yj0scjmna79rr3fqa"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:tests? #true
|
||||||
|
#:test-command #~(list "emacs" "-Q" "--batch"
|
||||||
|
"-l" "bm-tests.el"
|
||||||
|
"-f" "ert-run-tests-batch-and-exit")))
|
||||||
(home-page "https://github.com/joodland/bm")
|
(home-page "https://github.com/joodland/bm")
|
||||||
(synopsis "Visual bookmarks for Emacs")
|
(synopsis "Visual bookmarks for Emacs")
|
||||||
(description "This package provides visible, buffer local bookmarks and
|
(description "This package provides visible, buffer local bookmarks and
|
||||||
|
|
Loading…
Reference in a new issue