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:
Nicolas Goaziou 2022-11-01 09:42:21 +01:00
parent 693509685c
commit f937885311
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13425,6 +13425,14 @@ (define-public emacs-janpath-evil-numbers
(base32
"006s8azhypp5n7jnvqkb4rmzqmnsdwj87c3r97zhjzgi2jq953gx"))))
(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))
(home-page "https://github.com/juliapath/evil-numbers")
(synopsis "Increment and decrement numeric literals")