me
/
guix
Archived
1
0
Fork 0

gnu: emacs-wgrep: Run tests.

* gnu/packages/emacs-xyz.scm (emacs-wgrep)[arguments]: Run tests.
[native-inputs]: Add EMACS-DASH and EMACS-S.
master
Nicolas Goaziou 2023-02-03 23:39:32 +01:00
parent 3acd211a3c
commit ceb12ccfcd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 7 additions and 0 deletions

View File

@ -13430,6 +13430,13 @@ by Python's Jinja.")
(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