mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-citar: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-citar)[arguments]: Run tests.
This commit is contained in:
parent
179eaf02c4
commit
9b12dd9dda
1 changed files with 11 additions and 4 deletions
|
@ -21782,10 +21782,17 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
|
||||||
"186h6wbjwh7ws3jmc81wx2cv7gbppl2j3gwdq67crhml5xjc4fh7"))))
|
"186h6wbjwh7ws3jmc81wx2cv7gbppl2j3gwdq67crhml5xjc4fh7"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
(list
|
||||||
(add-before 'build 'set-home
|
#:tests? #true
|
||||||
(lambda _
|
#:test-command #~(list "emacs" "--batch" "-L" "."
|
||||||
(setenv "HOME" "/tmp"))))))
|
"-l" "test/citar-test.el"
|
||||||
|
"-l" "test/citar-file-test.el"
|
||||||
|
"-l" "test/citar-format-test.el"
|
||||||
|
"-f" "ert-run-tests-batch-and-exit")
|
||||||
|
#:phases #~(modify-phases %standard-phases
|
||||||
|
(add-before 'build 'set-home
|
||||||
|
(lambda _
|
||||||
|
(setenv "HOME" "/tmp"))))))
|
||||||
(propagated-inputs (list emacs-auctex
|
(propagated-inputs (list emacs-auctex
|
||||||
emacs-citeproc-el
|
emacs-citeproc-el
|
||||||
emacs-embark
|
emacs-embark
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue