mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: emacs-sphinx-doc: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-sphinx-doc)[arguments]: Run tests.
This commit is contained in:
parent
918ad58945
commit
7ff5deda4d
1 changed files with 6 additions and 0 deletions
|
@ -12512,6 +12512,12 @@ as Fuseki or DBPedia.")
|
|||
(base32
|
||||
"0q72i95yx3xa57jlgr7dik6prf20hi8bp8xf3f5c6ificv7i5378"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #true
|
||||
#:test-command #~(list "emacs" "-Q" "--batch"
|
||||
"-l" "sphinx-doc-tests.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs (list emacs-dash emacs-s))
|
||||
(home-page "https://github.com/naiquevin/sphinx-doc.el")
|
||||
(synopsis
|
||||
|
|
Loading…
Add table
Reference in a new issue