mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-wgrep: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-wgrep)[arguments]: Run tests. [native-inputs]: Add EMACS-DASH and EMACS-S.
This commit is contained in:
parent
3acd211a3c
commit
ceb12ccfcd
1 changed files with 7 additions and 0 deletions
|
@ -13430,6 +13430,13 @@ (define-public emacs-wgrep
|
|||
(base32
|
||||
"16qg5dpg7hms5dmh92ksnjahf6010pw97ggi7sb0mfafd6iwps0a"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #true
|
||||
#:test-command #~(list "emacs" "--batch" "-Q"
|
||||
"-l" "wgrep-test.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(native-inputs (list emacs-dash emacs-s))
|
||||
(home-page "https://github.com/mhayashi1120/Emacs-wgrep")
|
||||
(synopsis "Edit a grep buffer and apply those changes to the files")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue