aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-10 22:04:26 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-10 22:04:26 +0200
commitc456bfb67cdfd71b869d059ce50335ef80c2c271 (patch)
tree306a159dd17e85fae5e47b0e7a943be5c9aebedc
parent8c0f1dcdd4a05a002ae01f586bc0b5386db903d4 (diff)
downloadegawk-c456bfb67cdfd71b869d059ce50335ef80c2c271.tar.gz
egawk-c456bfb67cdfd71b869d059ce50335ef80c2c271.tar.bz2
egawk-c456bfb67cdfd71b869d059ce50335ef80c2c271.zip
Move mtchi18n test into locale tests.
-rw-r--r--test/ChangeLog6
-rw-r--r--test/Makefile.am4
-rw-r--r--test/Makefile.in4
3 files changed, 10 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index c239ba24..e633b33e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
+2018-02-10 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (mtchi18n): Move into locale tests.
+ Thanks to Kiyoshi KANAZAWA <yoi_no_myoujou@yahoo.co.jp>
+ for the report.
+
2018-02-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
* Makefile.am (uplus, mpfruplus): Add new tests.
diff --git a/test/Makefile.am b/test/Makefile.am
index 1100cb4c..bf1dbd32 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1236,7 +1236,7 @@ BASIC_TESTS = \
hex hex2 hsprint \
inpref inputred intest intprec iobug1 \
leaddig leadnl litoct longsub longwrds \
- manglprm math membug1 memleak messages minusstr mmap8k mtchi18n \
+ manglprm math membug1 memleak messages minusstr mmap8k \
nasty nasty2 negexp negrange nested nfldstr nfloop nfneg nfset nlfldsep \
nlinstr nlstrina noeffect nofile nofmtch noloop1 noloop2 nonl noparms \
nors nulinsrc nulrsend numindex numstr1 numsubstr \
@@ -1308,7 +1308,7 @@ LOCALE_CHARSET_TESTS = \
asort asorti backbigs1 backsmalls1 backsmalls2 \
fmttest fnarydel fnparydl jarebug lc_num1 mbfw1 \
mbprintf1 mbprintf2 mbprintf3 mbprintf4 mbprintf5 \
- nlstringtest rebt8b2 rtlenmb sort1 sprintfc
+ mtchi18n nlstringtest rebt8b2 rtlenmb sort1 sprintfc
SHLIB_TESTS = \
apiterm \
diff --git a/test/Makefile.in b/test/Makefile.in
index 3de436f0..f96151be 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1493,7 +1493,7 @@ BASIC_TESTS = \
hex hex2 hsprint \
inpref inputred intest intprec iobug1 \
leaddig leadnl litoct longsub longwrds \
- manglprm math membug1 memleak messages minusstr mmap8k mtchi18n \
+ manglprm math membug1 memleak messages minusstr mmap8k \
nasty nasty2 negexp negrange nested nfldstr nfloop nfneg nfset nlfldsep \
nlinstr nlstrina noeffect nofile nofmtch noloop1 noloop2 nonl noparms \
nors nulinsrc nulrsend numindex numstr1 numsubstr \
@@ -1561,7 +1561,7 @@ LOCALE_CHARSET_TESTS = \
asort asorti backbigs1 backsmalls1 backsmalls2 \
fmttest fnarydel fnparydl jarebug lc_num1 mbfw1 \
mbprintf1 mbprintf2 mbprintf3 mbprintf4 mbprintf5 \
- nlstringtest rebt8b2 rtlenmb sort1 sprintfc
+ mtchi18n nlstringtest rebt8b2 rtlenmb sort1 sprintfc
SHLIB_TESTS = \
apiterm \