gnu: emacs-tco-el: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-tco-el): Enable tests.
This commit is contained in:
parent
08a36df874
commit
97d4dab0a6
|
@ -16919,11 +16919,10 @@ parent directory using @code{Eshell}.")
|
||||||
|
|
||||||
(define-public emacs-tco-el
|
(define-public emacs-tco-el
|
||||||
(let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
|
(let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
|
||||||
(version "0.3")
|
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-tco-el")
|
(name "emacs-tco-el")
|
||||||
(version (git-version version revision commit))
|
(version (git-version "0.3" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16937,6 +16936,12 @@ parent directory using @code{Eshell}.")
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)))
|
`(("emacs-dash" ,emacs-dash)))
|
||||||
|
(native-inputs
|
||||||
|
`(("emacs-ert-runner" ,emacs-ert-runner)
|
||||||
|
("emacs-undercover" ,emacs-undercover)))
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #t
|
||||||
|
#:test-command '("ert-runner")))
|
||||||
(home-page "https://github.com/Wilfred/tco.el")
|
(home-page "https://github.com/Wilfred/tco.el")
|
||||||
(synopsis "Tail-call optimization for Emacs Lisp")
|
(synopsis "Tail-call optimization for Emacs Lisp")
|
||||||
(description "This package provides tail-call optimization for Emacs
|
(description "This package provides tail-call optimization for Emacs
|
||||||
|
|
Loading…
Reference in New Issue