mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-jira: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-org-jira)[arguments]: Run tests.
This commit is contained in:
parent
1151a16ed1
commit
55d3bd84a1
1 changed files with 30 additions and 20 deletions
|
@ -31505,6 +31505,16 @@ contains a track position, playback will start at the specified position.")
|
|||
(base32
|
||||
"1pkqyvziwp2573hnr8s41chsbm40564f76i3l8ynjr7955nccsms"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #true
|
||||
#:test-command #~(list "emacs" "-Q" "--batch"
|
||||
"-l" "jiralib.el"
|
||||
"-l" "org-jira-sdk.el"
|
||||
"-l" "org-jira.el"
|
||||
"-l" "t/org-jira-t.el"
|
||||
"-l" "t/jiralib-t.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-org emacs-request))
|
||||
(home-page "https://github.com/ahungry/org-jira")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue