all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28344] cpputest
@ 2017-09-04 12:17 ng0
  2017-09-14 12:01 ` bug#28344: cpputest Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2017-09-04 12:17 UTC (permalink / raw)
  To: 28344


[-- Attachment #1.1: Type: text/plain, Size: 198 bytes --]

This adds cpputest, required for Weechat tests.
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org

[-- Attachment #1.2: 0001-gnu-Add-cpputest.patch --]
[-- Type: text/plain, Size: 1931 bytes --]

From 174b05f9528f7693d5dbf63a7ad513143debfa40 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Mon, 4 Sep 2017 11:59:46 +0000
Subject: [PATCH] gnu: Add cpputest.

* gnu/packages/check.scm (cpputest): New variable.
---
 gnu/packages/check.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 198bb81f8..2960e5c3e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org>
 ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
+;;; Copyright © 2017 ng0 <ng0@infotropique.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -270,3 +271,27 @@ normally do not detect.  The goal is to detect only real errors in the code
 discovery, death tests, assertions, parameterized tests and XML test report
 generation.")
     (license bsd-3)))
+
+(define-public cpputest
+  (package
+    (name "cpputest")
+    (version "3.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/cpputest/cpputest/releases/download/v"
+                           version "/cpputest-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0mk48xd3klyqi7wf3f4wn4zqxxzmvrhhl32r25jzrixzl72wq7f8"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("googletest" ,googletest)))
+    (home-page "https://cpputest.github.io/")
+    (synopsis "Unit testing and mocking framework for C/C++")
+    (description
+     "CppUTest is a C /C++ based unit xUnit test framework for
+unit testing and for test-driving your code.  It is written in
+C++ but is used in C and C++ projects and frequently used in
+embedded systems but it works for any C/C++ project.")
+    (license bsd-3)))
-- 
2.14.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28344: cpputest
  2017-09-04 12:17 [bug#28344] cpputest ng0
@ 2017-09-14 12:01 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-14 12:01 UTC (permalink / raw)
  To: ng0; +Cc: 28344-done

ng0 <ng0@infotropique.org> skribis:

> This adds cpputest, required for Weechat tests.
> -- 
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://n0is.noblogs.org/my-keys
> https://www.infotropique.org https://krosos.org
>
> From 174b05f9528f7693d5dbf63a7ad513143debfa40 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@infotropique.org>
> Date: Mon, 4 Sep 2017 11:59:46 +0000
> Subject: [PATCH] gnu: Add cpputest.
>
> * gnu/packages/check.scm (cpputest): New variable.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-14 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-04 12:17 [bug#28344] cpputest ng0
2017-09-14 12:01 ` bug#28344: cpputest Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.