GNU bug report logs -
#57614
[PATCH] gnu: Add cl-2am.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 6 Sep 2022 12:32:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-check.scm (cl-2am): New variable.
---
gnu/packages/lisp-check.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 8c850ee850..ca73593cb6 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -63,6 +63,36 @@ (define-public cl-1am
(define-public ecl-1am
(sbcl-package->ecl-package sbcl-1am))
+(define-public sbcl-2am
+ (let ((commit "1d2fd21bbd8f26ec91b962705cab098dd7b5f11c")
+ (revision "0"))
+ (package
+ (name "sbcl-2am")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.common-lisp.net/dkochmanski/2am")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0zgx4ymyzvfg44z36yr4l87cd9mprajd7sycr2zc67ab6330rynf"))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://gitlab.common-lisp.net/dkochmanski/2am")
+ (synopsis "Small testing framework based on 1am")
+ (description
+"Small testing framework for Common Lisp. The entire API consists of:
+@code{test}, @code{is}, @code{signals}, @code{finishes}, @code{run},
+suite and @code{setf} suite.")
+ (license license:expat))))
+
+(define-public cl-2am
+ (sbcl-package->cl-source-package sbcl-2am))
+
+(define-public ecl-2am
+ (sbcl-package->ecl-package sbcl-2am))
+
(define-public sbcl-check-it
(let ((commit "b79c9103665be3976915b56b570038f03486e62f"))
(package
--
2.37.2
This bug report was last modified 2 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.