gnu: emacs-ht: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-ht): Enable tests.
This commit is contained in:
parent
97d4dab0a6
commit
48efcdafd8
|
@ -7501,6 +7501,11 @@ procedures for emacs-lisp-mode.")
|
||||||
(base32 "1p3qa7g0wa0wbviv2f8bda39cjys3naayk5xjm3nxxmqsyy8papx"))))
|
(base32 "1p3qa7g0wa0wbviv2f8bda39cjys3naayk5xjm3nxxmqsyy8papx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-dash" ,emacs-dash)))
|
(propagated-inputs `(("emacs-dash" ,emacs-dash)))
|
||||||
|
(native-inputs
|
||||||
|
`(("emacs-ert-runner" ,emacs-ert-runner)))
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #t
|
||||||
|
#:test-command '("ert-runner")))
|
||||||
(home-page "https://github.com/Wilfred/ht.el")
|
(home-page "https://github.com/Wilfred/ht.el")
|
||||||
(synopsis "Hash table library for Emacs")
|
(synopsis "Hash table library for Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue