From: Bruno Haible Date: Tue, 16 May 2017 17:38:06 +0000 (+0200) Subject: sigpipe tests: Fix file list. X-Git-Tag: v1.0~6144 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=90d982861b30654cc9f084d0a6433d4f3222badb;p=gnulib.git sigpipe tests: Fix file list. * modules/sigpipe-tests (Files): Add tests/macros.h. --- diff --git a/ChangeLog b/ChangeLog index ec82d0896d..9eedc530b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-05-16 Bruno Haible + + sigpipe tests: Fix file list. + * modules/sigpipe-tests (Files): Add tests/macros.h. + 2017-05-16 Paul Eggert manywarnings: update for GCC 7 @@ -9,6 +14,8 @@ * lib/strftime.c, lib/dfa.c, lib/fnmatch.c, lib/mbrtowc.c: * lib/vasnprintf.c, tests/macros.h (FALLTHROUGH): New macro. Use it whenever one switch case falls through into the next. + * lib/fnmatch_loop.c, tests/test-mbrtowc.c, tests/test-sigpipe.c: + Use FALLTHROUGH macro. 2017-05-15 Bruno Haible diff --git a/modules/sigpipe-tests b/modules/sigpipe-tests index 99107a6511..df0164033c 100644 --- a/modules/sigpipe-tests +++ b/modules/sigpipe-tests @@ -1,6 +1,7 @@ Files: tests/test-sigpipe.c tests/test-sigpipe.sh +tests/macros.h Depends-on: write