guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: emacs-wgrep: Run tests.


From: guix-commits
Subject: 05/07: gnu: emacs-wgrep: Run tests.
Date: Fri, 3 Feb 2023 17:49:03 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit ceb12ccfcdb641140508780419a25d08c6cd7075
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 3 23:39:32 2023 +0100

    gnu: emacs-wgrep: Run tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-wgrep)[arguments]: Run tests.
    [native-inputs]: Add EMACS-DASH and EMACS-S.
---
 gnu/packages/emacs-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b3ecf15257..eca467f11d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]