X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=modules%2Fquotearg-tests;h=3c37428baf1abee3d1b3c13e23048b3efad05ce7;hb=13ebbbd5b53127e51b34532465119c97ec6c23ca;hp=1f3ba2717de114e3ca7943022249d2e403778efe;hpb=94b9df29fc1818549aec3e89e158f6df8d074253;p=pspp diff --git a/modules/quotearg-tests b/modules/quotearg-tests index 1f3ba2717d..3c37428baf 100644 --- a/modules/quotearg-tests +++ b/modules/quotearg-tests @@ -1,13 +1,30 @@ +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 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@