mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-denote: Add tests.
* gnu/packages/emacs-xyz.scm (emacs-denote): Add tests. Change-Id: I9a6aad98d5f8d5e8ddd959695956ae8ac350dc87
This commit is contained in:
parent
501c87a9ab
commit
b5439d9c84
1 changed files with 7 additions and 1 deletions
|
@ -20313,7 +20313,13 @@ you to deal with multiple log levels.")
|
||||||
"--batch"
|
"--batch"
|
||||||
"--eval=(require 'ox-texinfo)"
|
"--eval=(require 'ox-texinfo)"
|
||||||
"--eval=(find-file \"README.org\")"
|
"--eval=(find-file \"README.org\")"
|
||||||
"--eval=(org-texinfo-export-to-info)"))))))
|
"--eval=(org-texinfo-export-to-info)"))))
|
||||||
|
#:test-command #~(list "emacs" "--batch"
|
||||||
|
"-l" "tests/denote-test.el"
|
||||||
|
"--eval"
|
||||||
|
"(ert-run-tests-batch-and-exit
|
||||||
|
`(not ,(rx (or \"make-denote-directory\" \"date-convert\"
|
||||||
|
\"--denote-directory\" \"get-identifier\"))))")))
|
||||||
(native-inputs (list texinfo))
|
(native-inputs (list texinfo))
|
||||||
(home-page "https://protesilaos.com/emacs/denote/")
|
(home-page "https://protesilaos.com/emacs/denote/")
|
||||||
(synopsis "Simple notes for Emacs")
|
(synopsis "Simple notes for Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue