diff mbox series

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

Message ID 87v8sezdb9.fsf_-_@gnu.org
State Accepted
Headers show
Series bug#56172: [PATCH]: gnu: Add utest-h | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès July 3, 2022, 10:43 a.m. UTC
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 mbox series

Patch

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