X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fquotearg-tests;h=1af4effd214f705fd285df5c41297aa9b5673239;hb=4e1dc0e3d73be7c53e10b8541a0313df3d1ae35b;hp=5afb98671c112d2b9a8b83632af6b44a321a1eee;hpb=987e5651e8d1c5aa933c9ce88562806af4093702;p=gnulib.git diff --git a/modules/quotearg-tests b/modules/quotearg-tests index 5afb98671..1af4effd2 100644 --- a/modules/quotearg-tests +++ b/modules/quotearg-tests @@ -1,6 +1,10 @@ +Status: +gettext-dependent-test + Files: tests/test-quotearg.sh tests/test-quotearg.c +tests/test-quotearg.h tests/macros.h tests/locale/fr/LC_MESSAGES/test-quotearg.po tests/locale/fr/LC_MESSAGES/test-quotearg.mo @@ -13,6 +17,8 @@ progname stdint setenv unsetenv +setlocale +localcharset configure.ac: gt_LOCALE_FR @@ -20,6 +26,6 @@ gt_LOCALE_FR_UTF8 Makefile.am: TESTS += test-quotearg.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' +TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' check_PROGRAMS += test-quotearg test_quotearg_LDADD = $(LDADD) @LIBINTL@