X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funiwbrk%2Fulc-wordbreaks-tests;h=82d9ced5944d18d1eca8cfd13c1ac812eb8f6f3a;hb=9d3af100c7a626ed2b501fb7d0a97936f72ce9ac;hp=afdd4f55ad60ac200ebe6ab65884f494519a129d;hpb=cdfa6894da381779a52b2dba143d34dce0307f06;p=gnulib.git diff --git a/modules/uniwbrk/ulc-wordbreaks-tests b/modules/uniwbrk/ulc-wordbreaks-tests index afdd4f55a..82d9ced59 100644 --- a/modules/uniwbrk/ulc-wordbreaks-tests +++ b/modules/uniwbrk/ulc-wordbreaks-tests @@ -1,6 +1,7 @@ Files: tests/uniwbrk/test-ulc-wordbreaks.sh tests/uniwbrk/test-ulc-wordbreaks.c +tests/macros.h m4/locale-fr.m4 m4/codeset.m4 @@ -11,8 +12,8 @@ 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@