mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: emacs-lemon: Add tests
This commit is contained in:
parent
249781e93c
commit
9a180b905e
1 changed files with 11 additions and 0 deletions
|
@ -5376,6 +5376,17 @@ environments.")
|
|||
(sha256
|
||||
(base32 "18yclk2zzqcahzhz2kq8g9gy1xnnxiy6rxs2lwhskj475kvwy2f9"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #true
|
||||
|
||||
;; Only one test out of the four passes
|
||||
#:test-command #~(list "emacs" "-Q" "--batch" "-L" "."
|
||||
;; "-l" "lemon--test.el"
|
||||
;; "-l" "lemon-monitor--test.el"
|
||||
;; "-l" "lemon-sparkline--test.el"
|
||||
"-l" "lemon-time--test.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(native-inputs
|
||||
(list emacs-blight emacs-emms))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue