gnu: emacs-yaml: Run tests.

* gnu/packages/emacs-xyz.scm (emacs-yaml):
[arguments]: Run tests.

Change-Id: Ie395af0fb107313170509986e1ee2d0d996c6689
This commit is contained in:
Nicolas Goaziou 2024-01-01 19:40:22 +01:00
parent db1d91ae6f
commit f2102cb5b9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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