getopt-posix, crypto/md5-buffer: Fix __GNUC_PREREQ re clang.
[gnulib.git] / modules / mbsinit-tests
blobc06609e97d2b4589a5d1b3ce9418272380692dc6
1 Files:
2 tests/test-mbsinit.sh
3 tests/test-mbsinit.c
4 tests/signature.h
5 tests/macros.h
6 m4/locale-en.m4
7 m4/locale-fr.m4
8 m4/codeset.m4
10 Depends-on:
11 mbrtowc
12 setlocale
14 configure.ac:
15 gt_LOCALE_EN_UTF8
16 gt_LOCALE_FR_UTF8
18 Makefile.am:
19 TESTS += test-mbsinit.sh
20 TESTS_ENVIRONMENT += \
21   LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \
22   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
23 check_PROGRAMS += test-mbsinit
24 test_mbsinit_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB)