GNU bug report logs - #56172
[PATCH]: gnu: Add utest-h

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Thu, 23 Jun 2022 19:11:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#56172: closed ([PATCH]: gnu: Add utest-h)
Date: Sun, 03 Jul 2022 10:44:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 03 Jul 2022 12:43:38 +0200
with message-id <87v8sezdb9.fsf_-_ <at> gnu.org>
and subject line Re: bug#56172: [PATCH]: gnu: Add utest-h
has caused the debbugs.gnu.org bug report #56172,
regarding [PATCH]: gnu: Add utest-h
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
56172: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56172
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH]: gnu: Add utest-h
Date: Thu, 23 Jun 2022 22:09:51 +0300
[Message part 3 (text/plain, inline)]
Hello,

this patch adds 'utest.h' [1] under the name 'utest-h'.

[0001-gnu-Add-utest-h.patch (text/x-diff, attachment)]
[Message part 5 (text/plain, inline)]
Thanks,

- Artyom

References:
1. https://github.com/sheredom/utest.h

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]
[Message part 7 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: Maxime Devos <maximedevos <at> telenet.be>, 56172-done <at> debbugs.gnu.org
Subject: Re: bug#56172: [PATCH]: gnu: Add utest-h
Date: Sun, 03 Jul 2022 12:43:38 +0200
[Message part 8 (text/plain, inline)]
Hi Artyom,

"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> skribis:

> From 32e6acb58e9ef9fa53add7ac323d470dab9a9089 Mon Sep 17 00:00:00 2001
> From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
> Date: Thu, 23 Jun 2022 22:07:05 +0300
> Subject: [PATCH] gnu: Add utest-h
>
> * gnu/packages/c.scm (utest-h): New variable.

Applied with the changes below (info "(guix) Synopses and
Descriptions").

Thanks,
Ludo’.

[Message part 9 (text/x-patch, inline)]
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index bcacccfd03..327f41589d 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1163,6 +1163,7 @@ (define-public utest-h
                           (install-file "utest.h"
                                         (string-append out "/include"))))))))
       (home-page "https://www.duskborn.com/utest_h/")
-      (synopsis "Single header unit testing framework for C and C++")
-      (description "A simple one header solution to unit testing for C/C++.")
+      (synopsis "Single-header unit testing framework for C and C++")
+      (description
+       "This package provides a header-only unit testing library for C/C++.")
       (license license:unlicense))))

This bug report was last modified 2 years and 326 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.