diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-02-22 14:59:54 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-02-22 16:16:50 +0100 |
commit | 3e7d2a1b46486ff368e95ebfeec23f9c8496f1f8 (patch) | |
tree | ded73c988e97cedb6bf7fbce7df27cb5c7857ecf | |
parent | 44013c13d7f0f5e58cea913c442b6892a6daadd6 (diff) |
gnu: emacs-parent-mode: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-parent-mode)[arguments]: Run tests.
Change-Id: I2954048a169040cee4905ff579a715117fe24798
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 73b964b46c..2fb4642147 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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 |