bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] fallthrough: update for GCC 7/8


From: Bruno Haible
Subject: Re: [PATCH] fallthrough: update for GCC 7/8
Date: Sat, 20 May 2017 12:15:00 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-75-generic; KDE/5.18.0; x86_64; ; )

Jim Meyering wrote:
> * tests/test-tsearch.c (mangle_tree): Likewise.  Also include
> tests/macros.h for the definition.
> * tests/test-argp.c (group1_parser): Likewise.

The module descriptions need to be adjusted accordingly:


2017-05-20  Bruno Haible  <address@hidden>

        argp, tsearch tests: Fix file list.
        * modules/argp-tests (Files): Add tests/macros.h.
        * modules/tsearch-tests (Files): Likewise.

diff --git a/modules/argp-tests b/modules/argp-tests
index ce621d9..fada682 100644
--- a/modules/argp-tests
+++ b/modules/argp-tests
@@ -1,6 +1,7 @@
 Files:
 tests/test-argp.c
 tests/test-argp-2.sh
+tests/macros.h
 
 Depends-on:
 
diff --git a/modules/tsearch-tests b/modules/tsearch-tests
index ca32649..2612b72 100644
--- a/modules/tsearch-tests
+++ b/modules/tsearch-tests
@@ -2,6 +2,7 @@ Files:
 tests/test-tsearch.sh
 tests/test-tsearch.c
 tests/signature.h
+tests/macros.h
 
 Depends-on:
 stdint




reply via email to

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