me
/
guix
Archived
1
0
Fork 0

gnu: emacs-async: Run tests.

* gnu/packages/emacs-xyz.scm (emacs-async)[arguments]: Run tests.
[native-inputs]: Add EMACS-BUTTERCUP.

Change-Id: Ifa442644dbd259afb5584fbb4160a8b2346a6364
master
Nicolas Goaziou 2024-01-01 18:35:07 +01:00
parent 0f9beffa43
commit 551e159467
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 5 additions and 0 deletions

View File

@ -4205,6 +4205,11 @@ while paused.")
(base32
"191bjmwg5bgih1322n4q4i2jxx7aa3cb9lx0ymkwc3r2bdhkn0lp"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" ".")))
(native-inputs
(list emacs-buttercup))
(synopsis "Asynchronous processing in Emacs")
(description
"This package provides the ability to call asynchronous functions and