mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +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:
parent
01c73fff16
commit
add769730d
1 changed files with 5 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue