maint.mk: relax the default _gl_TS_function_match regexp
[gnulib.git] / modules / uniname / uniname-tests
index cc4c23e..a18f942 100644 (file)
@@ -5,13 +5,13 @@ tests/uniname/UnicodeDataNames.txt
 
 Depends-on:
 xalloc
+progname
 
 configure.ac:
 
 Makefile.am:
 TESTS += uniname/test-uninames.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-uninames
 test_uninames_SOURCES = uniname/test-uninames.c
-test_uninames_LDADD = $(LDADD) @LIBINTL@
+test_uninames_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@