me
/
guix
Archived
1
0
Fork 0

gnu: emacs-parent-mode: Run tests.

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

Change-Id: I2954048a169040cee4905ff579a715117fe24798
master
Nicolas Goaziou 2024-02-22 14:59:54 +01:00
parent 44013c13d7
commit 3e7d2a1b46
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 6 additions and 0 deletions

View File

@ -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