[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
140/295: gnu: Add mutest.
From: |
guix-commits |
Subject: |
140/295: gnu: Add mutest. |
Date: |
Mon, 27 Jul 2020 06:25:52 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 53594a2506d4198ea7a9bbabfcd3429b59c636f6
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Tue Jun 9 09:43:01 2020 -0400
gnu: Add mutest.
* gnu/packages/check.scm (mutest): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/check.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index cca938b..85a24da 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -77,9 +77,32 @@
#:use-module (guix build-system cmake)
#:use-module (guix build-system gnu)
#:use-module (guix build-system go)
+ #:use-module (guix build-system meson)
#:use-module (guix build-system python)
#:use-module (guix build-system trivial))
+(define-public mutest
+ (package
+ (name "mutest")
+ (version "0.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/ebassi/mutest.git")
+ (commit "e6246c9")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0gdqwq6fvk06wld4rhnw5752hahrvhd69zrci045x25rwx90x26q"))))
+ (build-system meson-build-system)
+ (synopsis "Small C testing library")
+ (description "Mutest aims to be a small unit testing library for C
projects,
+with an API heavily modelled on high level Behavior-Driver Development
frameworks
+like Jasmine or Mocha.")
+ (home-page "https://ebassi.github.io/mutest/mutest.md.html")
+ (license license:expat)))
+
(define-public check
(package
(name "check")
- 96/295: gnu: rust-csv-core-0.1: Fix build., (continued)
- 96/295: gnu: rust-csv-core-0.1: Fix build., guix-commits, 2020/07/27
- 104/295: services: virtualization: Export hurd-vm-configuration accessors., guix-commits, 2020/07/27
- 110/295: gnu: Add libxmlb., guix-commits, 2020/07/27
- 119/295: gnu: font-cantarell: Update package definition., guix-commits, 2020/07/27
- 105/295: gnu: Add krb5-auth-dialog., guix-commits, 2020/07/27
- 113/295: gnu: adwaita-icon-theme: Update to 3.36.1., guix-commits, 2020/07/27
- 120/295: gnu: clutter: Update to 1.26.4., guix-commits, 2020/07/27
- 129/295: gnu: enchant: Update package definition., guix-commits, 2020/07/27
- 133/295: gnu: gcr: Update to 3.36.0., guix-commits, 2020/07/27
- 138/295: gnu: gjs: Update to 1.58.8., guix-commits, 2020/07/27
- 140/295: gnu: Add mutest.,
guix-commits <=
- 141/295: gnu: graphene: Update package definition., guix-commits, 2020/07/27
- 146/295: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/07/27
- 149/295: gnu: gstreamer: Update package definition., guix-commits, 2020/07/27
- 150/295: gnu: Add libvisual., guix-commits, 2020/07/27
- 151/295: gnu: Add libvisual-plugins., guix-commits, 2020/07/27
- 128/295: gnu: enchant-1.6: Update package definition., guix-commits, 2020/07/27
- 132/295: gnu: gcab: Update to 1.4., guix-commits, 2020/07/27
- 137/295: gnu: Add sysprof., guix-commits, 2020/07/27
- 154/295: gnu: Add nanomsg., guix-commits, 2020/07/27
- 143/295: gnu: Add esound., guix-commits, 2020/07/27