gnu: emacs-async: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-async)[arguments]: Run tests. [native-inputs]: Add EMACS-BUTTERCUP. Change-Id: Ifa442644dbd259afb5584fbb4160a8b2346a6364master
parent
0f9beffa43
commit
551e159467
|
@ -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
|
||||||
|
|
Reference in New Issue