mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: emacs-janpath-evil-numbers: Activate tests.
* gnu/packages/emacs-xyz.scm (emacs-janpath-evil-numbers)[arguments]: Activate tests. [native-inputs]: Add EMACS-ERT-RUNNER.
This commit is contained in:
parent
693509685c
commit
f937885311
1 changed files with 8 additions and 0 deletions
|
@ -13425,6 +13425,14 @@ (define-public emacs-janpath-evil-numbers
|
||||||
(base32
|
(base32
|
||||||
"006s8azhypp5n7jnvqkb4rmzqmnsdwj87c3r97zhjzgi2jq953gx"))))
|
"006s8azhypp5n7jnvqkb4rmzqmnsdwj87c3r97zhjzgi2jq953gx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:tests? #t
|
||||||
|
#:test-command #~(list "emacs" "--batch"
|
||||||
|
"-l" "evil-numbers.el"
|
||||||
|
"-l" "tests/evil-numbers-tests.el"
|
||||||
|
"-f" "ert-run-tests-batch-and-exit")))
|
||||||
|
(native-inputs (list emacs-ert-runner))
|
||||||
(propagated-inputs (list emacs-evil))
|
(propagated-inputs (list emacs-evil))
|
||||||
(home-page "https://github.com/juliapath/evil-numbers")
|
(home-page "https://github.com/juliapath/evil-numbers")
|
||||||
(synopsis "Increment and decrement numeric literals")
|
(synopsis "Increment and decrement numeric literals")
|
||||||
|
|
Loading…
Reference in a new issue