mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-emacsql: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-emacsql)[arguments]: Run tests.
This commit is contained in:
parent
38749d1092
commit
6893d0dd45
1 changed files with 6 additions and 0 deletions
|
@ -20263,6 +20263,12 @@ object has been freed.")
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:tests? #true
|
||||||
|
#:test-command #~(list "emacs" "-Q" "--batch"
|
||||||
|
"-L" "tests"
|
||||||
|
"-L" "."
|
||||||
|
"-l" "tests/emacsql-tests.el"
|
||||||
|
"-f" "ert-run-tests-batch-and-exit")
|
||||||
#:modules '((guix build emacs-build-system)
|
#:modules '((guix build emacs-build-system)
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
(guix build emacs-utils)
|
(guix build emacs-utils)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue