Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / setlocale-tests
index e326fdc..8c35c9d 100644 (file)
@@ -1,6 +1,8 @@
 Files:
 tests/test-setlocale1.sh
 tests/test-setlocale1.c
+tests/test-setlocale2.sh
+tests/test-setlocale2.c
 tests/signature.h
 tests/macros.h
 m4/locale-fr.m4
@@ -18,10 +20,10 @@ gt_LOCALE_JA
 gt_LOCALE_ZH_CN
 
 Makefile.am:
-TESTS += test-setlocale1.sh
+TESTS += test-setlocale1.sh test-setlocale2.sh
 TESTS_ENVIRONMENT += \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
   LOCALE_JA='@LOCALE_JA@' \
   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
-check_PROGRAMS += test-setlocale1
+check_PROGRAMS += test-setlocale1 test-setlocale2