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
This commit is contained in:
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

View file

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