guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-hierarchy: Enable tests.


From: guix-commits
Subject: 02/02: gnu: emacs-hierarchy: Enable tests.
Date: Sun, 20 Oct 2019 21:58:40 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit f0bbf894a1f935c1e0109f35899acb6dfcb977f2
Author: Brian Leung <address@hidden>
Date:   Sun Oct 20 18:54:07 2019 -0700

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 33dd679..54461b7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12534,6 +12534,11 @@ orient yourself in the code, and tell which statements 
are at a given level.")
        (sha256
         (base32 "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"))))
     (build-system emacs-build-system)
+    (native-inputs
+     `(("emacs-buttercup" ,emacs-buttercup)))
+    (arguments
+     `(#:tests? #t
+       #:test-command '("buttercup" "-L" ".")))
     (home-page "https://github.com/DamienCassou/hierarchy";)
     (synopsis "Library to create and display hierarchy structures")
     (description "This package provides an Emacs library to create, query,



reply via email to

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