getopt-posix, crypto/md5-buffer: Fix __GNUC_PREREQ re clang.
[gnulib.git] / modules / btowc-tests
blob37bec41ab644112ff1f3c9f7bfb7ee551c1c449c
1 Files:
2 tests/test-btowc-1.sh
3 tests/test-btowc-2.sh
4 tests/test-btowc-3.sh
5 tests/test-btowc.c
6 tests/signature.h
7 tests/macros.h
8 m4/locale-en.m4
9 m4/locale-fr.m4
10 m4/codeset.m4
12 Depends-on:
13 setlocale
15 configure.ac:
16 gt_LOCALE_EN_UTF8
17 gt_LOCALE_FR
18 gt_LOCALE_FR_UTF8
20 Makefile.am:
21 TESTS += test-btowc-1.sh test-btowc-2.sh test-btowc-3.sh
22 TESTS_ENVIRONMENT += \
23   LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \
24   LOCALE_FR='@LOCALE_FR@' \
25   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
26 check_PROGRAMS += test-btowc
27 test_btowc_LDADD = $(LDADD) $(SETLOCALE_LIB)