1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: emacs-edn: Handle tests.

* gnu/packages/emacs-xyz.scm (emacs-edn)[arguments]: Add #:test-command.
Disable tests.
This commit is contained in:
Liliana Marie Prikler 2025-03-13 20:43:00 +01:00
parent 01c73fff16
commit add769730d
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -39659,6 +39659,11 @@ It also provides original Helm commands: @command{helm-cider-spec},
(base32
"1xp2hjhn52k6l1g6ypva6dsklpawni7gvjafbz6404f9dyxflh7l"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f ; XXX: void-variable peg-stack
#:test-command
#~(list "emacs" "--batch" "-L" "." "-L" "tests"
"-l" "tests/edn-tests"
"-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs
(list emacs-peg))
(synopsis "Read and write EDN from Elisp")