mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: emacs-sourcemap: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-sourcemap): Fix tests. [arguments]<test-command>: Set it. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
8971879896
commit
9f5a1230cc
1 changed files with 4 additions and 0 deletions
|
@ -27939,6 +27939,10 @@ without disturbing alignment.")
|
|||
(sha256
|
||||
(base32 "115g2mfpbfywp8xnag4gsb50klfvplqfh928a5mabb5s8v4a3582"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command
|
||||
#~(list "emacs" "-Q" "-batch" "-L" "." "-l" "test/test-sourcemap.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(home-page "https://github.com/syohex/emacs-sourcemap")
|
||||
(synopsis "Sourcemap parser")
|
||||
(description "Sourcemap parser")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue