diff options
author | Brian Leung <bkleung89@gmail.com> | 2019-09-03 17:55:09 +0200 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-09-06 12:26:19 +0300 |
commit | 4278537e85b11807765136f19b43534413fca173 (patch) | |
tree | 4cbf8b56bf41c536e609084da564d843ce04fed2 | |
parent | d6ac801591c595f209ee0a893f60406177fd1355 (diff) | |
download | patches-4278537e85b11807765136f19b43534413fca173.tar patches-4278537e85b11807765136f19b43534413fca173.tar.gz |
gnu: emacs-org-ql: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Enable tests.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index bf6818425c..04e92b7cbf 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 |