X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funiwbrk%2Fulc-wordbreaks-tests;h=19f1ee681136619d89a59117c5a54df55102d84f;hb=ef127178789143d8a9817b81bc5c3c86fe744b50;hp=afdd4f55ad60ac200ebe6ab65884f494519a129d;hpb=cdfa6894da381779a52b2dba143d34dce0307f06;p=gnulib.git diff --git a/modules/uniwbrk/ulc-wordbreaks-tests b/modules/uniwbrk/ulc-wordbreaks-tests index afdd4f55a..19f1ee681 100644 --- a/modules/uniwbrk/ulc-wordbreaks-tests +++ b/modules/uniwbrk/ulc-wordbreaks-tests @@ -1,18 +1,20 @@ Files: tests/uniwbrk/test-ulc-wordbreaks.sh tests/uniwbrk/test-ulc-wordbreaks.c +tests/macros.h m4/locale-fr.m4 m4/codeset.m4 Depends-on: +setlocale configure.ac: gt_LOCALE_FR Makefile.am: TESTS += uniwbrk/test-ulc-wordbreaks.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' +TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' check_PROGRAMS += test-ulc-wordbreaks test_ulc_wordbreaks_SOURCES = uniwbrk/test-ulc-wordbreaks.c -test_ulc_wordbreaks_LDADD = $(LDADD) @LIBICONV@ +test_ulc_wordbreaks_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@