gnu: Add emacs-ert-expectations.

* gnu/packages/emacs.scm (emacs-ert-expectations): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Maxim Cournoyer 2018-03-31 14:15:45 -04:00 committed by Arun Isaac
parent 5d6f07fb47
commit 1fcd7e6c35
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -2460,6 +2460,24 @@ (define-public emacs-debbugs
Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
(license license:gpl3+)))
(define-public emacs-ert-expectations
(package
(name "emacs-ert-expectations")
(version "0.2")
(source
(origin
(method url-fetch)
(uri "https://www.emacswiki.org/emacs/download/ert-expectations.el")
(sha256
(base32
"0cwy3ilsid90abzzjb7ha2blq9kmv3gfp3icwwfcz6qczgirq6g7"))))
(build-system emacs-build-system)
(home-page "https://www.emacswiki.org/emacs/ert-expectations.el")
(synopsis "Simple unit test framework for Emacs Lisp")
(description "@code{emacs-ert-expectations} is a simple unit test
framework for Emacs Lisp to be used with @code{ert}.")
(license license:gpl3+)))
(define-public emacs-deferred
(package
(name "emacs-deferred")