mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(sha256
|
||||||
(base32 "18yclk2zzqcahzhz2kq8g9gy1xnnxiy6rxs2lwhskj475kvwy2f9"))))
|
(base32 "18yclk2zzqcahzhz2kq8g9gy1xnnxiy6rxs2lwhskj475kvwy2f9"))))
|
||||||
(build-system emacs-build-system)
|
(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
|
(native-inputs
|
||||||
(list emacs-blight emacs-emms))
|
(list emacs-blight emacs-emms))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue