[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: Add emacs-test-simple.
From: |
Ludovic Courtès |
Subject: |
05/08: gnu: Add emacs-test-simple. |
Date: |
Mon, 5 Feb 2018 10:56:25 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 439ad15ddd532a369f44db7e86e602d33890581d
Author: Maxim Cournoyer <address@hidden>
Date: Sun Feb 4 22:00:01 2018 -0500
gnu: Add emacs-test-simple.
* gnu/packages/emacs.scm (emacs-test-simple): New public variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 83c4ae3..f29e289 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3165,6 +3165,27 @@ perspective only its buffers are available by default.")
;; the Expat license.
(license license:gpl3+)))
+(define-public emacs-test-simple
+ (package
+ (name "emacs-test-simple")
+ (version "1.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://elpa.gnu.org/packages/test-simple-"
+ version ".el"))
+ (sha256
+ (base32
+ "1yd61jc9ds95a5n09052kwc5gasy57g4lxr0jsff040brlyi9czz"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/rocky/emacs-test-simple")
+ (synopsis "Simple unit test framework for Emacs Lisp")
+ (description
+ "Test Simple is a simple unit test framework for Emacs Lisp. It
+alleviates the need for context macros, enclosing specifications or required
+test tags. It supports both interactive and non-interactive use.")
+ (license license:gpl3+)))
+
(define-public emacs-request
(package
(name "emacs-request")
- branch master updated (76dbb75 -> b1968d8), Ludovic Courtès, 2018/02/05
- 07/08: gnu: Add emacs-loc-changes., Ludovic Courtès, 2018/02/05
- 03/08: emacs-build-system: Reinstate the check phase., Ludovic Courtès, 2018/02/05
- 01/08: doc: Document the 'upstream-name' property., Ludovic Courtès, 2018/02/05
- 02/08: emacs-build-system: Add set-emacs-load-path phase., Ludovic Courtès, 2018/02/05
- 05/08: gnu: Add emacs-test-simple.,
Ludovic Courtès <=
- 04/08: emacs-build-system: Do not patch files containing NULs., Ludovic Courtès, 2018/02/05
- 06/08: gnu: Add emacs-load-relative., Ludovic Courtès, 2018/02/05
- 08/08: gnu: Add emacs-realgud., Ludovic Courtès, 2018/02/05