aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-10-12 12:48:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-10-12 12:48:32 +0300
commit2711b6286b4929e20289a318fceac67025db92d6 (patch)
tree6672e0509118ed87408b7525c879ef1bb48d3958 /test
parent78d374fdffd6d83b559393a00a6f69804d6e5c4d (diff)
downloadegawk-2711b6286b4929e20289a318fceac67025db92d6.tar.gz
egawk-2711b6286b4929e20289a318fceac67025db92d6.tar.bz2
egawk-2711b6286b4929e20289a318fceac67025db92d6.zip
Add explicit list of needed locales in make check.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.in2
3 files changed, 9 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 28c936df..4868f374 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-12 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (charset-msg-start): Add a list of needed locales.
+ Suggested by Shaun Jackman <sjackman@gmail.com>.
+
2014-10-05 Arnold D. Robbins <arnold@skeeve.com>
* profile2.ok, profile3.ok, profile4.ok, profile5.ok:
diff --git a/test/Makefile.am b/test/Makefile.am
index 1e81d2ac..9b3ede51 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1166,6 +1166,8 @@ charset-msg-start:
@echo "************************************************"
@echo "** Some or all of these tests may fail if you **"
@echo "** have inadequate or missing locale support **"
+ @echo "** At least en_US.UTF-8, ru_RU.UTF-8 and **"
+ @echo "** ja_JP.UTF-8 are needed. **"
@echo "************************************************"
charset-msg-end:
diff --git a/test/Makefile.in b/test/Makefile.in
index 47868d7a..2b8a4a16 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1593,6 +1593,8 @@ charset-msg-start:
@echo "************************************************"
@echo "** Some or all of these tests may fail if you **"
@echo "** have inadequate or missing locale support **"
+ @echo "** At least en_US.UTF-8, ru_RU.UTF-8 and **"
+ @echo "** ja_JP.UTF-8 are needed. **"
@echo "************************************************"
charset-msg-end: