emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56172: closed ([PATCH]: gnu: Add utest-h)


From: GNU bug Tracking System
Subject: bug#56172: closed ([PATCH]: gnu: Add utest-h)
Date: Sun, 03 Jul 2022 10:44:02 +0000

Your message dated Sun, 03 Jul 2022 12:43:38 +0200
with message-id <87v8sezdb9.fsf_-_@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@gnu.org.)


-- 
56172: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56172
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH]: gnu: Add utest-h Date: Thu, 23 Jun 2022 22:09:51 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

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

Attachment: 0001-gnu-Add-utest-h.patch
Description: Text Data

Thanks,

- Artyom

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

-- 
Artyom "avp" Poptsov <poptsov.artyom@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#56172: [PATCH]: gnu: Add utest-h Date: Sun, 03 Jul 2022 12:43:38 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi Artyom,

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

> From 32e6acb58e9ef9fa53add7ac323d470dab9a9089 Mon Sep 17 00:00:00 2001
> From: "Artyom V. Poptsov" <poptsov.artyom@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’.

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))))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]