guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-counsel-etags: Enable tests.


From: guix-commits
Subject: 02/02: gnu: emacs-counsel-etags: Enable tests.
Date: Sat, 21 Sep 2019 02:58:03 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 5122209dde63ba369f3af2becd00cbbc3fd0d6f5
Author: Brian Leung <address@hidden>
Date:   Sat Sep 21 08:57:20 2019 +0200

    gnu: emacs-counsel-etags: Enable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Enable tests.
---
 gnu/packages/emacs-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 47119e1..bffd0c6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17316,6 +17316,9 @@ previewed by scrolling up and down within a 
@code{dired} buffer.")
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-ivy" ,emacs-ivy)))
+    (arguments
+     `(#:tests? #t
+       #:test-command '("make" "test")))
     (home-page "https://github.com/redguardtoo/counsel-etags";)
     (synopsis "Fast @code{Ctags}/@code{Etags} solution with @code{ivy-mode}")
     (description "This package uses @code{ivy-mode} to facilitate navigating



reply via email to

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