From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id qO4xKABzwWKhVgEAbAwnHQ (envelope-from ) for ; Sun, 03 Jul 2022 12:44:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 0KtCKABzwWIPkAAA9RJhRA (envelope-from ) for ; Sun, 03 Jul 2022 12:44:16 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 42BE63AC6A for ; Sun, 3 Jul 2022 12:44:16 +0200 (CEST) Received: from localhost ([::1]:55656 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7x5L-0003Tr-Eq for larch@yhetil.org; Sun, 03 Jul 2022 06:44:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7x58-0003Sr-S7 for guix-patches@gnu.org; Sun, 03 Jul 2022 06:44:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49495) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7x58-0000PO-Gj for guix-patches@gnu.org; Sun, 03 Jul 2022 06:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7x58-0002oL-F9 for guix-patches@gnu.org; Sun, 03 Jul 2022 06:44:02 -0400 Subject: bug#56172: [PATCH]: gnu: Add utest-h Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 03 Jul 2022 10:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56172 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Artyom V. Poptsov" Cc: Maxime Devos , 56172-done@debbugs.gnu.org Mail-Followup-To: 56172@debbugs.gnu.org, ludo@gnu.org, poptsov.artyom@gmail.com Received: via spool by 56172-done@debbugs.gnu.org id=D56172.165684504110787 (code D ref 56172); Sun, 03 Jul 2022 10:44:02 +0000 Received: (at 56172-done) by debbugs.gnu.org; 3 Jul 2022 10:44:01 +0000 Received: from localhost ([127.0.0.1]:43391 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7x56-0002nv-JS for submit@debbugs.gnu.org; Sun, 03 Jul 2022 06:44:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7x4t-0002nR-7g for 56172-done@debbugs.gnu.org; Sun, 03 Jul 2022 06:43:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35924) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7x4n-0000Nd-DY; Sun, 03 Jul 2022 06:43:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=AAgyzpd6379IDtNqxRfBTCoRs3wfvEOzYYl3DSqZ51c=; b=VZ/LTGPrzVXNK7/1bFKJ teZO5de0cCVmQJ+Ghh8+HWzTpOYs2DxXidPi4U5KhjatatnsBuG51ret1WjSskErzTHsGV3IGTFb8 kq9xvSu5BQi3Eb/N4tn1FMmRGH0lAYwKA64guBiIMKT70PIH5G4uL7tNSv12frT0tS4l2dc/bDA3G KSCPmAfJ9xQr47L7qhgVXCJ1TS0U3/YHdKWSmXmUitBXlyl6UcL28x2FiYJj5jhCdXbJ3MvIa8Yvt NXu/Awqwpkci56a45YltmtDTBK2EGDTygr6Ox13XIXCYFhh2AAYtk2b3vuMHAwkY43iSjPxFor85R k8ZKwzlykwx+Nw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:52948 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7x4m-0006Za-IK; Sun, 03 Jul 2022 06:43:41 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87a6a342o0.fsf@gmail.com> <875ykr4042.fsf@gmail.com> Date: Sun, 03 Jul 2022 12:43:38 +0200 In-Reply-To: <875ykr4042.fsf@gmail.com> (Artyom V. Poptsov's message of "Thu, 23 Jun 2022 23:05:01 +0300") Message-ID: <87v8sezdb9.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656845056; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=AAgyzpd6379IDtNqxRfBTCoRs3wfvEOzYYl3DSqZ51c=; b=PiguP61x8jnMin/eSAbC1shLM9vlNdhs3GLB9bDwrdcm32S78/Mr1YE71NCazAW/ua9szp imB3BlACRcKSx7ATS9QDpJF7jH1jNTGcmBwl+aAmLnOM3I1OL1a7uwGlt1bsZk94WiQviU 6MLln1IDXk5TrHliIFwQ1NsB3GravCKg48m8gEAdBBJ2byGy/W7REavBG2VTOfAgyTAWj6 v6rOIUOtpqHXvpIogtvDOcoFWFIY083AbKiVOM+kStFGmKIlsVifMwOXaIXQM6gw+WnbG/ KbACWEdjrxkip9euvxrWyS9PIHKMY0lrx+4f1k4v+60x3bogpCh/nt3T0XMsyQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656845056; a=rsa-sha256; cv=none; b=UWTEWRILtSLLJQdVJG9G+EcxPrQie4w4Kbn+e88wMUv12F9Ys/pVlc+r4T5f019NFhRdSZ jdLkdciAIAFvrRakrzmpaqu/284vzxUgotir0dhzq9MY9dBklML/vl/E6lX45z0LA1lv01 bFVWx8lfWYmepz6lNWV9sWBo6abpnYU5KuSiP7KMUtWVEDGM0ycFpEiGR5i9q/0bsbJWH4 /pMueTKdBRTl78nMPgoDVlJye6OY3ra+B2UKWMmMcXRD2HX7Z63NeZ77gjyaWR9smc/aL5 Zf/HgEH5zDDR3jcix8xvYrejWABF8ET+ZeZaxqYVxjRfvI0f0MqeyUqCQglTwQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="VZ/LTGPr"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.55 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="VZ/LTGPr"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 42BE63AC6A X-Spam-Score: -4.55 X-Migadu-Scanner: scn0.migadu.com X-TUID: loVBYEtt+0+h --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Artyom, "Artyom V. Poptsov" skribis: > From 32e6acb58e9ef9fa53add7ac323d470dab9a9089 Mon Sep 17 00:00:00 2001 > From: "Artyom V. Poptsov" > 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=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: 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)))) --=-=-=--