gnu: emacs-autothemer: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-autothemer)[arguments]: Run tests.master
parent
38b2122afb
commit
3c0a466170
|
@ -3760,6 +3760,12 @@ or XEmacs.")
|
|||
(base32
|
||||
"13lj0igrsdycsr8ldv2hilj2x79c888g4lx2ixqn7w29lw6cb44g"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #true
|
||||
#:test-command #~(list "emacs" "-Q" "--batch"
|
||||
"-l" "tests/autothemer-tests.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
(home-page "https://github.com/sebastiansturm/autothemer")
|
||||
|
|
Reference in New Issue