From 90d982861b30654cc9f084d0a6433d4f3222badb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 16 May 2017 19:38:06 +0200 Subject: [PATCH] sigpipe tests: Fix file list. * modules/sigpipe-tests (Files): Add tests/macros.h. --- ChangeLog | 7 +++++++ modules/sigpipe-tests | 1 + 2 files changed, 8 insertions(+) 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 -- 2.39.5