summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-04 03:42:26 +0200
committerBruno Haible <bruno@clisp.org>2007-10-04 03:42:26 +0200
commita0a83999826796d8f758b05dac2fa3da366ac8ae (patch)
treec1b803462496e235ca4f3db5ed5e579e84e57135
parent0909fcfea7cfbd9267a29a7a9d46446f9dea6cce (diff)
downloadgnulib-a0a83999826796d8f758b05dac2fa3da366ac8ae.tar.gz
Synthesize an EXTRA_DIST augmentation also for tests modules.
-rw-r--r--ChangeLog49
-rwxr-xr-xgnulib-tool12
-rw-r--r--modules/argp-tests1
-rw-r--r--modules/atexit-tests1
-rw-r--r--modules/binary-io-tests1
-rw-r--r--modules/c-strcase-tests1
-rw-r--r--modules/canonicalize-lgpl-tests1
-rw-r--r--modules/canonicalize-tests1
-rw-r--r--modules/closein-tests1
-rw-r--r--modules/fprintf-posix-tests1
-rw-r--r--modules/freadahead-tests1
-rw-r--r--modules/fseek-tests1
-rw-r--r--modules/fseeko-tests1
-rw-r--r--modules/ftell-tests1
-rw-r--r--modules/ftello-tests1
-rw-r--r--modules/isnanl-nolibm-tests1
-rw-r--r--modules/isnanl-tests1
-rw-r--r--modules/lseek-tests1
-rw-r--r--modules/mbscasecmp-tests1
-rw-r--r--modules/mbscasestr-tests1
-rw-r--r--modules/mbschr-tests1
-rw-r--r--modules/mbscspn-tests1
-rw-r--r--modules/mbsncasecmp-tests1
-rw-r--r--modules/mbspbrk-tests1
-rw-r--r--modules/mbspcasecmp-tests1
-rw-r--r--modules/mbsrchr-tests1
-rw-r--r--modules/mbsspn-tests1
-rw-r--r--modules/mbsstr-tests1
-rw-r--r--modules/printf-posix-tests1
-rw-r--r--modules/snprintf-posix-tests1
-rw-r--r--modules/sprintf-posix-tests1
-rw-r--r--modules/tsearch-tests1
-rw-r--r--modules/uniname/uniname-tests1
-rw-r--r--modules/unistdio/u16-vasnprintf-tests1
-rw-r--r--modules/unistdio/u32-vasnprintf-tests1
-rw-r--r--modules/unistdio/u8-vasnprintf-tests1
-rw-r--r--modules/unistdio/ulc-vasnprintf-tests1
-rw-r--r--modules/vasnprintf-posix-tests1
-rw-r--r--modules/vfprintf-posix-tests1
-rw-r--r--modules/vprintf-posix-tests1
-rw-r--r--modules/vsnprintf-posix-tests1
-rw-r--r--modules/vsprintf-posix-tests1
-rw-r--r--modules/xstrtoimax-tests1
-rw-r--r--modules/xstrtol-tests1
-rw-r--r--modules/xstrtoumax-tests1
-rw-r--r--modules/yesno-tests1
46 files changed, 61 insertions, 44 deletions
diff --git a/ChangeLog b/ChangeLog
index b296aca1ab..b2d0a037bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,54 @@
2007-10-03 Bruno Haible <bruno@clisp.org>
+ * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
+ augmentation also for tests modules.
+ * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
+ * modules/atexit-tests (Makefile.am): Likewise.
+ * modules/binary-io-tests (Makefile.am): Likewise.
+ * modules/c-strcase-tests (Makefile.am): Likewise.
+ * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
+ * modules/canonicalize-tests (Makefile.am): Likewise.
+ * modules/closein-tests (Makefile.am): Likewise.
+ * modules/fprintf-posix-tests (Makefile.am): Likewise.
+ * modules/freadahead-tests (Makefile.am): Likewise.
+ * modules/fseek-tests (Makefile.am): Likewise.
+ * modules/fseeko-tests (Makefile.am): Likewise.
+ * modules/ftell-tests (Makefile.am): Likewise.
+ * modules/ftello-tests (Makefile.am): Likewise.
+ * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
+ * modules/isnanl-tests (Makefile.am): Likewise.
+ * modules/lseek-tests (Makefile.am): Likewise.
+ * modules/mbscasecmp-tests (Makefile.am): Likewise.
+ * modules/mbscasestr-tests (Makefile.am): Likewise.
+ * modules/mbschr-tests (Makefile.am): Likewise.
+ * modules/mbscspn-tests (Makefile.am): Likewise.
+ * modules/mbsncasecmp-tests (Makefile.am): Likewise.
+ * modules/mbspbrk-tests (Makefile.am): Likewise.
+ * modules/mbspcasecmp-tests (Makefile.am): Likewise.
+ * modules/mbsrchr-tests (Makefile.am): Likewise.
+ * modules/mbsspn-tests (Makefile.am): Likewise.
+ * modules/mbsstr-tests (Makefile.am): Likewise.
+ * modules/printf-posix-tests (Makefile.am): Likewise.
+ * modules/snprintf-posix-tests (Makefile.am): Likewise.
+ * modules/sprintf-posix-tests (Makefile.am): Likewise.
+ * modules/tsearch-tests (Makefile.am): Likewise.
+ * modules/uniname/uniname-tests (Makefile.am): Likewise.
+ * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
+ * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
+ * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
+ * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
+ * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
+ * modules/vfprintf-posix-tests (Makefile.am): Likewise.
+ * modules/vprintf-posix-tests (Makefile.am): Likewise.
+ * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
+ * modules/vsprintf-posix-tests (Makefile.am): Likewise.
+ * modules/xstrtoimax-tests (Makefile.am): Likewise.
+ * modules/xstrtol-tests (Makefile.am): Likewise.
+ * modules/xstrtoumax-tests (Makefile.am): Likewise.
+ * modules/yesno-tests (Makefile.am): Likewise.
+
+2007-10-03 Bruno Haible <bruno@clisp.org>
+
* modules/trunc-tests: New file.
* tests/test-trunc.c: New file.
diff --git a/gnulib-tool b/gnulib-tool
index ccbf45ca53..ceca16a28b 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -1247,6 +1247,18 @@ func_get_automake_snippet ()
case "$1" in
*-tests)
# *-tests module live in tests/, not lib/.
+ # Synthesize an EXTRA_DIST augmentation.
+ all_files=`func_get_filelist $1`
+ tests_files=`for f in $all_files; do \
+ case $f in \
+ tests/*) echo $f ;; \
+ esac; \
+ done | sed -e 's,^tests/,,'`
+ extra_files="$tests_files"
+ if test -n "$extra_files"; then
+ echo "EXTRA_DIST +=" $extra_files
+ echo
+ fi
;;
*)
# Synthesize an EXTRA_DIST augmentation.
diff --git a/modules/argp-tests b/modules/argp-tests
index 25a23efe16..8f92a4def7 100644
--- a/modules/argp-tests
+++ b/modules/argp-tests
@@ -9,4 +9,3 @@ Makefile.am:
TESTS += test-argp test-argp-2.sh
check_PROGRAMS += test-argp
test_argp_LDADD = $(LDADD) @LIBINTL@
-EXTRA_DIST += test-argp-2.sh
diff --git a/modules/atexit-tests b/modules/atexit-tests
index 29c231452d..8ad8189adc 100644
--- a/modules/atexit-tests
+++ b/modules/atexit-tests
@@ -11,4 +11,3 @@ Makefile.am:
TESTS += test-atexit.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-atexit
-EXTRA_DIST += test-atexit.sh
diff --git a/modules/binary-io-tests b/modules/binary-io-tests
index a2d13f5e42..1cdc88a13b 100644
--- a/modules/binary-io-tests
+++ b/modules/binary-io-tests
@@ -9,6 +9,5 @@ configure.ac:
Makefile.am:
TESTS += test-binary-io.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-EXTRA_DIST += test-binary-io.sh
check_PROGRAMS += test-binary-io
diff --git a/modules/c-strcase-tests b/modules/c-strcase-tests
index 84173ad12d..9dec6c1ac6 100644
--- a/modules/c-strcase-tests
+++ b/modules/c-strcase-tests
@@ -15,4 +15,3 @@ Makefile.am:
TESTS += test-c-strcase.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
check_PROGRAMS += test-c-strcasecmp test-c-strncasecmp
-EXTRA_DIST += test-c-strcase.sh
diff --git a/modules/canonicalize-lgpl-tests b/modules/canonicalize-lgpl-tests
index 29391e593f..5028ee7e6b 100644
--- a/modules/canonicalize-lgpl-tests
+++ b/modules/canonicalize-lgpl-tests
@@ -10,5 +10,4 @@ Makefile.am:
TESTS += test-canonicalize-lgpl.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-canonicalize-lgpl
-EXTRA_DIST += test-canonicalize-lgpl.sh
test_canonicalize_lgpl_LDADD = $(LDADD)
diff --git a/modules/canonicalize-tests b/modules/canonicalize-tests
index bbdfbd1fd7..875984e108 100644
--- a/modules/canonicalize-tests
+++ b/modules/canonicalize-tests
@@ -10,5 +10,4 @@ Makefile.am:
TESTS += test-canonicalize.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-canonicalize
-EXTRA_DIST += test-canonicalize.sh
test_canonicalize_LDADD = $(LDADD) @LIBINTL@
diff --git a/modules/closein-tests b/modules/closein-tests
index 4daa7116b8..57c8f91d05 100644
--- a/modules/closein-tests
+++ b/modules/closein-tests
@@ -11,5 +11,4 @@ Makefile.am:
TESTS += test-closein.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-closein
-EXTRA_DIST += test-closein.sh
test_closein_LDADD = $(LDADD) @LIBINTL@
diff --git a/modules/fprintf-posix-tests b/modules/fprintf-posix-tests
index 824ba4cb22..6d87969be0 100644
--- a/modules/fprintf-posix-tests
+++ b/modules/fprintf-posix-tests
@@ -13,4 +13,3 @@ Makefile.am:
TESTS += test-fprintf-posix.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-fprintf-posix
-EXTRA_DIST += test-fprintf-posix.sh test-fprintf-posix.h test-printf-posix.output
diff --git a/modules/freadahead-tests b/modules/freadahead-tests
index 89801a0988..d8349633ec 100644
--- a/modules/freadahead-tests
+++ b/modules/freadahead-tests
@@ -12,4 +12,3 @@ Makefile.am:
TESTS += test-freadahead.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-freadahead
-EXTRA_DIST += test-freadahead.sh
diff --git a/modules/fseek-tests b/modules/fseek-tests
index 2fcbcd058c..a1c97fe507 100644
--- a/modules/fseek-tests
+++ b/modules/fseek-tests
@@ -10,4 +10,3 @@ Makefile.am:
TESTS += test-fseek.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-fseek
-EXTRA_DIST += test-fseek.sh
diff --git a/modules/fseeko-tests b/modules/fseeko-tests
index 718832af8d..8e077eca58 100644
--- a/modules/fseeko-tests
+++ b/modules/fseeko-tests
@@ -10,4 +10,3 @@ Makefile.am:
TESTS += test-fseeko.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-fseeko
-EXTRA_DIST += test-fseeko.sh
diff --git a/modules/ftell-tests b/modules/ftell-tests
index 20aee89c4d..03fbf272ad 100644
--- a/modules/ftell-tests
+++ b/modules/ftell-tests
@@ -10,4 +10,3 @@ Makefile.am:
TESTS += test-ftell.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-ftell
-EXTRA_DIST += test-ftell.sh
diff --git a/modules/ftello-tests b/modules/ftello-tests
index 1d4279d1f4..9f0c6e2499 100644
--- a/modules/ftello-tests
+++ b/modules/ftello-tests
@@ -10,4 +10,3 @@ Makefile.am:
TESTS += test-ftello.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-ftello
-EXTRA_DIST += test-ftello.sh
diff --git a/modules/isnanl-nolibm-tests b/modules/isnanl-nolibm-tests
index 8d64cde65b..e69130d473 100644
--- a/modules/isnanl-nolibm-tests
+++ b/modules/isnanl-nolibm-tests
@@ -10,5 +10,4 @@ gl_LONG_DOUBLE_EXPONENT_LOCATION
Makefile.am:
TESTS += test-isnanl-nolibm
check_PROGRAMS += test-isnanl-nolibm
-EXTRA_DIST += test-isnanl.h
diff --git a/modules/isnanl-tests b/modules/isnanl-tests
index 5d77810dc6..4194c4fc18 100644
--- a/modules/isnanl-tests
+++ b/modules/isnanl-tests
@@ -11,5 +11,4 @@ Makefile.am:
TESTS += test-isnanl
check_PROGRAMS += test-isnanl
test_isnanl_LDADD = $(LDADD) @ISNANL_LIBM@
-EXTRA_DIST += test-isnanl.h
diff --git a/modules/lseek-tests b/modules/lseek-tests
index d117bf1f29..5f0a4f2462 100644
--- a/modules/lseek-tests
+++ b/modules/lseek-tests
@@ -10,4 +10,3 @@ Makefile.am:
TESTS += test-lseek.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-lseek
-EXTRA_DIST += test-lseek.sh
diff --git a/modules/mbscasecmp-tests b/modules/mbscasecmp-tests
index d715cc7212..19581b6ce0 100644
--- a/modules/mbscasecmp-tests
+++ b/modules/mbscasecmp-tests
@@ -12,6 +12,5 @@ gt_LOCALE_TR_UTF8
Makefile.am:
TESTS += test-mbscasecmp.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
-EXTRA_DIST += test-mbscasecmp.sh
check_PROGRAMS += test-mbscasecmp
diff --git a/modules/mbscasestr-tests b/modules/mbscasestr-tests
index f92c0b2a18..0c6e9ba607 100644
--- a/modules/mbscasestr-tests
+++ b/modules/mbscasestr-tests
@@ -21,6 +21,5 @@ gt_LOCALE_ZH_CN
Makefile.am:
TESTS += test-mbscasestr1 test-mbscasestr2.sh test-mbscasestr3.sh test-mbscasestr4.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
-EXTRA_DIST += test-mbscasestr2.sh test-mbscasestr3.sh test-mbscasestr4.sh
check_PROGRAMS += test-mbscasestr1 test-mbscasestr2 test-mbscasestr3 test-mbscasestr4
diff --git a/modules/mbschr-tests b/modules/mbschr-tests
index 80ae421715..4f8d8314ec 100644
--- a/modules/mbschr-tests
+++ b/modules/mbschr-tests
@@ -12,6 +12,5 @@ gt_LOCALE_ZH_CN
Makefile.am:
TESTS += test-mbschr.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
-EXTRA_DIST += test-mbschr.sh
check_PROGRAMS += test-mbschr
diff --git a/modules/mbscspn-tests b/modules/mbscspn-tests
index 465f073154..66fae89809 100644
--- a/modules/mbscspn-tests
+++ b/modules/mbscspn-tests
@@ -12,6 +12,5 @@ gt_LOCALE_FR_UTF8
Makefile.am:
TESTS += test-mbscspn.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
-EXTRA_DIST += test-mbscspn.sh
check_PROGRAMS += test-mbscspn
diff --git a/modules/mbsncasecmp-tests b/modules/mbsncasecmp-tests
index b9b009337e..570da7a66c 100644
--- a/modules/mbsncasecmp-tests
+++ b/modules/mbsncasecmp-tests
@@ -12,6 +12,5 @@ gt_LOCALE_TR_UTF8
Makefile.am:
TESTS += test-mbsncasecmp.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
-EXTRA_DIST += test-mbsncasecmp.sh
check_PROGRAMS += test-mbsncasecmp
diff --git a/modules/mbspbrk-tests b/modules/mbspbrk-tests
index 7e0d813507..4c90352c25 100644
--- a/modules/mbspbrk-tests
+++ b/modules/mbspbrk-tests
@@ -12,6 +12,5 @@ gt_LOCALE_FR_UTF8
Makefile.am:
TESTS += test-mbspbrk.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
-EXTRA_DIST += test-mbspbrk.sh
check_PROGRAMS += test-mbspbrk
diff --git a/modules/mbspcasecmp-tests b/modules/mbspcasecmp-tests
index 1261427ffc..d93a0844e8 100644
--- a/modules/mbspcasecmp-tests
+++ b/modules/mbspcasecmp-tests
@@ -12,6 +12,5 @@ gt_LOCALE_TR_UTF8
Makefile.am:
TESTS += test-mbspcasecmp.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
-EXTRA_DIST += test-mbspcasecmp.sh
check_PROGRAMS += test-mbspcasecmp
diff --git a/modules/mbsrchr-tests b/modules/mbsrchr-tests
index 7accd23a5d..11e8146e90 100644
--- a/modules/mbsrchr-tests
+++ b/modules/mbsrchr-tests
@@ -12,6 +12,5 @@ gt_LOCALE_ZH_CN
Makefile.am:
TESTS += test-mbsrchr.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
-EXTRA_DIST += test-mbsrchr.sh
check_PROGRAMS += test-mbsrchr
diff --git a/modules/mbsspn-tests b/modules/mbsspn-tests
index 9bcdf18765..d84e7c45cb 100644
--- a/modules/mbsspn-tests
+++ b/modules/mbsspn-tests
@@ -12,6 +12,5 @@ gt_LOCALE_FR_UTF8
Makefile.am:
TESTS += test-mbsspn.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
-EXTRA_DIST += test-mbsspn.sh
check_PROGRAMS += test-mbsspn
diff --git a/modules/mbsstr-tests b/modules/mbsstr-tests
index d3cfbfd597..e75d4ab523 100644
--- a/modules/mbsstr-tests
+++ b/modules/mbsstr-tests
@@ -17,6 +17,5 @@ gt_LOCALE_ZH_CN
Makefile.am:
TESTS += test-mbsstr1 test-mbsstr2.sh test-mbsstr3.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
-EXTRA_DIST += test-mbsstr2.sh test-mbsstr3.sh
check_PROGRAMS += test-mbsstr1 test-mbsstr2 test-mbsstr3
diff --git a/modules/printf-posix-tests b/modules/printf-posix-tests
index 463f269eeb..8d4157f261 100644
--- a/modules/printf-posix-tests
+++ b/modules/printf-posix-tests
@@ -13,4 +13,3 @@ Makefile.am:
TESTS += test-printf-posix.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-printf-posix
-EXTRA_DIST += test-printf-posix.sh test-printf-posix.h test-printf-posix.output
diff --git a/modules/snprintf-posix-tests b/modules/snprintf-posix-tests
index 913828a54c..72303bdc10 100644
--- a/modules/snprintf-posix-tests
+++ b/modules/snprintf-posix-tests
@@ -13,5 +13,4 @@ AC_DEFINE([CHECK_SNPRINTF_POSIX], 1,
Makefile.am:
TESTS += test-snprintf-posix test-snprintf
check_PROGRAMS += test-snprintf-posix test-snprintf
-EXTRA_DIST += test-snprintf-posix.h
diff --git a/modules/sprintf-posix-tests b/modules/sprintf-posix-tests
index 68572557ed..69673d4983 100644
--- a/modules/sprintf-posix-tests
+++ b/modules/sprintf-posix-tests
@@ -10,5 +10,4 @@ configure.ac:
Makefile.am:
TESTS += test-sprintf-posix
check_PROGRAMS += test-sprintf-posix
-EXTRA_DIST += test-sprintf-posix.h
diff --git a/modules/tsearch-tests b/modules/tsearch-tests
index 5b0fa3dc8b..abf03192bb 100644
--- a/modules/tsearch-tests
+++ b/modules/tsearch-tests
@@ -21,7 +21,6 @@ TESTS += test-tsearch.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-tsearch
test_tsearch_LDADD = $(LDADD) @TEST_TSEARCH_LIBM@
-EXTRA_DIST += test-tsearch.sh
License:
LGPL
diff --git a/modules/uniname/uniname-tests b/modules/uniname/uniname-tests
index d1840a99e9..cc4c23e60c 100644
--- a/modules/uniname/uniname-tests
+++ b/modules/uniname/uniname-tests
@@ -14,5 +14,4 @@ TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-uninames
test_uninames_SOURCES = uniname/test-uninames.c
test_uninames_LDADD = $(LDADD) @LIBINTL@
-EXTRA_DIST += uniname/test-uninames.sh uniname/UnicodeDataNames.txt
diff --git a/modules/unistdio/u16-vasnprintf-tests b/modules/unistdio/u16-vasnprintf-tests
index 2fa60baf13..c2dffdbd46 100644
--- a/modules/unistdio/u16-vasnprintf-tests
+++ b/modules/unistdio/u16-vasnprintf-tests
@@ -28,4 +28,3 @@ test_u16_vasnprintf2_SOURCES = unistdio/test-u16-vasnprintf2.c
test_u16_vasnprintf2_LDADD = $(LDADD) @LIBICONV@
test_u16_vasnprintf3_SOURCES = unistdio/test-u16-vasnprintf3.c
test_u16_vasnprintf3_LDADD = $(LDADD) @LIBICONV@
-EXTRA_DIST += unistdio/test-u16-vasnprintf2.sh unistdio/test-u16-vasnprintf3.sh
diff --git a/modules/unistdio/u32-vasnprintf-tests b/modules/unistdio/u32-vasnprintf-tests
index 396d3c4ae4..4a3b0aed26 100644
--- a/modules/unistdio/u32-vasnprintf-tests
+++ b/modules/unistdio/u32-vasnprintf-tests
@@ -28,4 +28,3 @@ test_u32_vasnprintf2_SOURCES = unistdio/test-u32-vasnprintf2.c
test_u32_vasnprintf2_LDADD = $(LDADD) @LIBICONV@
test_u32_vasnprintf3_SOURCES = unistdio/test-u32-vasnprintf3.c
test_u32_vasnprintf3_LDADD = $(LDADD) @LIBICONV@
-EXTRA_DIST += unistdio/test-u32-vasnprintf2.sh unistdio/test-u32-vasnprintf3.sh
diff --git a/modules/unistdio/u8-vasnprintf-tests b/modules/unistdio/u8-vasnprintf-tests
index 45425336b6..9adb802cba 100644
--- a/modules/unistdio/u8-vasnprintf-tests
+++ b/modules/unistdio/u8-vasnprintf-tests
@@ -28,4 +28,3 @@ test_u8_vasnprintf2_SOURCES = unistdio/test-u8-vasnprintf2.c
test_u8_vasnprintf2_LDADD = $(LDADD) @LIBICONV@
test_u8_vasnprintf3_SOURCES = unistdio/test-u8-vasnprintf3.c
test_u8_vasnprintf3_LDADD = $(LDADD) @LIBICONV@
-EXTRA_DIST += unistdio/test-u8-vasnprintf2.sh unistdio/test-u8-vasnprintf3.sh
diff --git a/modules/unistdio/ulc-vasnprintf-tests b/modules/unistdio/ulc-vasnprintf-tests
index eacc3e1acf..87c4659325 100644
--- a/modules/unistdio/ulc-vasnprintf-tests
+++ b/modules/unistdio/ulc-vasnprintf-tests
@@ -24,4 +24,3 @@ test_ulc_vasnprintf2_SOURCES = unistdio/test-ulc-vasnprintf2.c
test_ulc_vasnprintf2_LDADD = $(LDADD) @LIBICONV@
test_ulc_vasnprintf3_SOURCES = unistdio/test-ulc-vasnprintf3.c
test_ulc_vasnprintf3_LDADD = $(LDADD) @LIBICONV@
-EXTRA_DIST += unistdio/test-ulc-vasnprintf2.sh unistdio/test-ulc-vasnprintf3.sh
diff --git a/modules/vasnprintf-posix-tests b/modules/vasnprintf-posix-tests
index 47acf81ea5..65c1351d00 100644
--- a/modules/vasnprintf-posix-tests
+++ b/modules/vasnprintf-posix-tests
@@ -15,4 +15,3 @@ Makefile.am:
TESTS += test-vasnprintf-posix test-vasnprintf-posix2.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
check_PROGRAMS += test-vasnprintf-posix test-vasnprintf-posix2
-EXTRA_DIST += test-vasnprintf-posix2.sh
diff --git a/modules/vfprintf-posix-tests b/modules/vfprintf-posix-tests
index b91d17fe1e..52c62f8aff 100644
--- a/modules/vfprintf-posix-tests
+++ b/modules/vfprintf-posix-tests
@@ -13,4 +13,3 @@ Makefile.am:
TESTS += test-vfprintf-posix.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-vfprintf-posix
-EXTRA_DIST += test-vfprintf-posix.sh test-fprintf-posix.h test-printf-posix.output
diff --git a/modules/vprintf-posix-tests b/modules/vprintf-posix-tests
index 5335ea25b4..071b7a0052 100644
--- a/modules/vprintf-posix-tests
+++ b/modules/vprintf-posix-tests
@@ -13,4 +13,3 @@ Makefile.am:
TESTS += test-vprintf-posix.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-vprintf-posix
-EXTRA_DIST += test-vprintf-posix.sh test-printf-posix.h test-printf-posix.output
diff --git a/modules/vsnprintf-posix-tests b/modules/vsnprintf-posix-tests
index 446ffd5090..f60a7b6a1f 100644
--- a/modules/vsnprintf-posix-tests
+++ b/modules/vsnprintf-posix-tests
@@ -13,5 +13,4 @@ AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
Makefile.am:
TESTS += test-vsnprintf-posix test-vsnprintf
check_PROGRAMS += test-vsnprintf-posix test-vsnprintf
-EXTRA_DIST += test-snprintf-posix.h
diff --git a/modules/vsprintf-posix-tests b/modules/vsprintf-posix-tests
index 05d7d02b81..37be4fce32 100644
--- a/modules/vsprintf-posix-tests
+++ b/modules/vsprintf-posix-tests
@@ -10,5 +10,4 @@ configure.ac:
Makefile.am:
TESTS += test-vsprintf-posix
check_PROGRAMS += test-vsprintf-posix
-EXTRA_DIST += test-sprintf-posix.h
diff --git a/modules/xstrtoimax-tests b/modules/xstrtoimax-tests
index a856317281..da7cb155de 100644
--- a/modules/xstrtoimax-tests
+++ b/modules/xstrtoimax-tests
@@ -10,5 +10,4 @@ Makefile.am:
TESTS += test-xstrtoimax.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-xstrtoimax
-EXTRA_DIST += test-xstrtoimax.sh
test_xstrtoimax_LDADD = $(LDADD) @LIBINTL@
diff --git a/modules/xstrtol-tests b/modules/xstrtol-tests
index 91ff626d12..b466338e85 100644
--- a/modules/xstrtol-tests
+++ b/modules/xstrtol-tests
@@ -11,6 +11,5 @@ Makefile.am:
TESTS += test-xstrtol.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-xstrtol test-xstrtoul
-EXTRA_DIST += test-xstrtol.sh
test_xstrtol_LDADD = $(LDADD) @LIBINTL@
test_xstrtoul_LDADD = $(LDADD) @LIBINTL@
diff --git a/modules/xstrtoumax-tests b/modules/xstrtoumax-tests
index 030dcf84d3..8540365eba 100644
--- a/modules/xstrtoumax-tests
+++ b/modules/xstrtoumax-tests
@@ -10,5 +10,4 @@ Makefile.am:
TESTS += test-xstrtoumax.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-xstrtoumax
-EXTRA_DIST += test-xstrtoumax.sh
test_xstrtoumax_LDADD = $(LDADD) @LIBINTL@
diff --git a/modules/yesno-tests b/modules/yesno-tests
index ee50100fd9..7704e90a39 100644
--- a/modules/yesno-tests
+++ b/modules/yesno-tests
@@ -11,5 +11,4 @@ Makefile.am:
TESTS += test-yesno.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-yesno
-EXTRA_DIST += test-yesno.sh
test_yesno_LDADD = $(LDADD) @LIBINTL@