summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-05-07 20:06:18 +0200
committerDaiki Ueno <ueno@gnu.org>2020-05-07 20:06:18 +0200
commit216010baaeb5577b199c4ae122121673254a189f (patch)
treec7adf7a72f713ecb931725783a5622c06fb3b1d9 /tests
parent10b6e6a6e705935e39f71d9a5cf06b39f4f3570f (diff)
downloadlibunistring-216010baaeb5577b199c4ae122121673254a189f.tar.gz
build: Update after gnulib changed
In the latest Gnulib, the definition of _GL_UNUSED_PARAMETER is expanded at configure time of the consumer project. Let's include only the fallback definition in <unistring/cdefs.h>. Suggested by Dmitry Baryshkov <dbaryshkov@gmail.com> in: <https://lists.gnu.org/archive/html/bug-libunistring/2020-05/msg00001.html>. * lib/Makefile.am (unistring/cdefs.h): Don't generate the file. * lib/unistring/cdefs.h: Include the expanded form instead of ... * lib/unistring/cdefs.in.h: ... this. * gnulib-m4/.gitignore, gnulib-m4/gnulib-cache.m4, lib/.gitignore, tests/.gitignore: Updated.
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index e903908..1e0ecd3 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -305,3 +305,11 @@
# Files generated by the autotools:
/Makefile.in
+/test-iswdigit.c
+/test-iswdigit.sh
+/test-iswxdigit.c
+/test-iswxdigit.sh
+/test-mbrtowc-w32-6.sh
+/test-mbrtowc-w32-7.sh
+/test-wcrtomb-w32-6.sh
+/test-wcrtomb-w32-7.sh