~ruther/guix-local

3e7d2a1b46486ff368e95ebfeec23f9c8496f1f8 — Nicolas Goaziou 2 years ago 44013c1
gnu: emacs-parent-mode: Run tests.

* gnu/packages/emacs-xyz.scm (emacs-parent-mode)[arguments]: Run tests.

Change-Id: I2954048a169040cee4905ff579a715117fe24798
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +6 -0
@@ 24640,6 24640,12 @@ expansions for debugging with Edebug as normal.")
       (sha256
        (base32 "1ki22rkbyglr3wppjph6gy23lcx2nwj9w0ff9h3ryd197j4yvvgi"))))
    (build-system emacs-build-system)
    (arguments
     (list
      #:tests? #t
      #:test-command #~(list "emacs" "--batch"
                             "-l" "parent-mode-test.el"
                             "-f" "ert-run-tests-batch-and-exit")))
    (home-page "https://github.com/Fanael/parent-mode")
    (synopsis "Get major mode's parent modes")
    (description