X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fquotearg-tests;h=1af4effd214f705fd285df5c41297aa9b5673239;hb=c41a44ca405cc1d885fdbbcd5e41ae94bbee1d7e;hp=724d540e7ffad78be46758f43a6d8f0c76b26c64;hpb=05230b809c6fec84e0505ef1240f37b9d5b40356;p=gnulib.git diff --git a/modules/quotearg-tests b/modules/quotearg-tests index 724d540e7..1af4effd2 100644 --- a/modules/quotearg-tests +++ b/modules/quotearg-tests @@ -1,12 +1,31 @@ +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 +m4/locale-fr.m4 +m4/codeset.m4 Depends-on: +gettext progname stdint +setenv +unsetenv +setlocale +localcharset configure.ac: +gt_LOCALE_FR +gt_LOCALE_FR_UTF8 Makefile.am: -TESTS += test-quotearg +TESTS += test-quotearg.sh +TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' check_PROGRAMS += test-quotearg +test_quotearg_LDADD = $(LDADD) @LIBINTL@