mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-yaml: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-yaml): [arguments]: Run tests. Change-Id: Ie395af0fb107313170509986e1ee2d0d996c6689
This commit is contained in:
parent
db1d91ae6f
commit
f2102cb5b9
1 changed files with 7 additions and 0 deletions
|
@ -14990,6 +14990,13 @@ (define-public emacs-yaml
|
|||
(sha256
|
||||
(base32 "0qq9jr1ihk1b5wfvppyvb8c2pq2gma9wysggd22iln4nqz2mjc81"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #true
|
||||
#:test-command #~(list "emacs" "--batch" "-Q"
|
||||
"-l" "yaml.el"
|
||||
"-l" "yaml-tests.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(home-page "https://github.com/zkry/yaml.el")
|
||||
(synopsis "YAML parser in Elisp")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue