X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fquotearg-tests;h=8c8f008841dcfe08f208708088e2856f1643303f;hb=84aee6d7f41c166088f7946971edf31c44ca3ae7;hp=724d540e7ffad78be46758f43a6d8f0c76b26c64;hpb=05230b809c6fec84e0505ef1240f37b9d5b40356;p=gnulib.git diff --git a/modules/quotearg-tests b/modules/quotearg-tests index 724d540e7..8c8f00884 100644 --- a/modules/quotearg-tests +++ b/modules/quotearg-tests @@ -1,12 +1,24 @@ Files: +tests/test-quotearg.sh tests/test-quotearg.c +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 configure.ac: +gt_LOCALE_FR +gt_LOCALE_FR_UTF8 Makefile.am: -TESTS += test-quotearg +TESTS += test-quotearg.sh +TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' check_PROGRAMS += test-quotearg +test_quotearg_LDADD = $(LDADD) @LIBINTL@