guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: emacs-org-ql: Enable tests.


From: guix-commits
Subject: 07/08: gnu: emacs-org-ql: Enable tests.
Date: Fri, 6 Sep 2019 05:29:32 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 4278537e85b11807765136f19b43534413fca173
Author: Brian Leung <address@hidden>
Date:   Tue Sep 3 17:55:09 2019 +0200

    gnu: emacs-org-ql: Enable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-ql): Enable tests.
    
    Signed-off-by: Oleg Pykhalov <address@hidden>
---
 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 bf68184..04e92b7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11345,6 +11345,11 @@ timestamps by providing a @code{ts} struct.")
        ("emacs-ts" ,emacs-ts)
        ("emacs-org" ,emacs-org)
        ("emacs-dash" ,emacs-dash)))
+    (native-inputs
+     `(("emacs-buttercup" ,emacs-buttercup)))
+    (arguments
+     `(#:tests? #t
+       #:test-command '("buttercup" "-L" ".")))
     (home-page "https://github.com/alphapapa/org-ql/";)
     (synopsis "Query language for Org buffers")
     (description "This package provides a Lispy query language for Org



reply via email to

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