guix-commits
[Top][All Lists]
Advanced

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

11/42: gnu: emacs-bm: Run tests.


From: guix-commits
Subject: 11/42: gnu: emacs-bm: Run tests.
Date: Tue, 3 Oct 2023 16:54:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d8ff8fcf50ac39d5f2504bea640fca2c2d3d2acd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 13:46:48 2023 +0200

    gnu: emacs-bm: Run tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-bm)[arguments]: Run tests.
---
 gnu/packages/emacs-xyz.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 535c6c3696..c6d2ca80f4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4274,6 +4274,12 @@ searches.  Unlike code@{emacs-wiki.el}, it can be 
combined with any format.")
        (sha256
         (base32 "1a47dcda196sb6qx45w94d0vfzyfprfs3g7yj0scjmna79rr3fqa"))))
     (build-system emacs-build-system)
+    (arguments
+     (list
+      #:tests? #true
+      #:test-command #~(list "emacs" "-Q" "--batch"
+                             "-l" "bm-tests.el"
+                             "-f" "ert-run-tests-batch-and-exit")))
     (home-page "https://github.com/joodland/bm";)
     (synopsis "Visual bookmarks for Emacs")
     (description "This package provides visible, buffer local bookmarks and



reply via email to

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