maint.mk: restore functionality removed by recent change
[gnulib.git] / modules / quotearg-tests
index 8c8f008..1af4eff 100644 (file)
@@ -1,6 +1,11 @@
+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
@@ -12,6 +17,8 @@ progname
 stdint
 setenv
 unsetenv
+setlocale
+localcharset
 
 configure.ac:
 gt_LOCALE_FR
@@ -19,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@