me
/
guix
Archived
1
0
Fork 0

gnu: emacs-exwm-firefox: Run tests.

* gnu/packages/emacs-xyz.scm (emacs-exwm-firefox)[arguments]: Run tests.

Change-Id: I2efb314e899903f5047f65aad4dbbf78560bac64
master
Nicolas Goaziou 2024-01-04 12:05:00 +01:00
parent 91c4b76ad2
commit 8af16af043
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 10 additions and 4 deletions

View File

@ -31378,10 +31378,16 @@ keypresses mapped in firefox to the action described in the function name.")
(base32 "1x9hc94a5wygyw714q98jbk4kjvys2ra94qdc2cbgkm6iq982rvq"))))
(build-system emacs-build-system)
(arguments
(list #:phases
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'chdir
(lambda _ (chdir "lisp"))))))
(lambda _ (chdir "lisp"))))
#:tests? #true
#:test-command #~(list "emacs" "-Q" "--batch"
"-l" "../test/exwm-firefox--tests.el"
"-l" "exwm-firefox.el"
"-f" "ert-run-tests-batch-and-exit")))
(inputs (list emacs-exwm emacs-exwm-firefox-core emacs-s))
(home-page "https://codeberg.org/emacs-weirdware/exwm-firefox")
(synopsis "Enhanced support for Firefox under EXWM")