math: Fix INFINITY and NAN on FreeBSD and AIX.
[gnulib.git] / modules / fnmatch-tests
blob8dbb7330edd4861e6b92fa0df5fea8055d4b34d6
1 Files:
2 tests/test-fnmatch-1.sh
3 tests/test-fnmatch-2.sh
4 tests/test-fnmatch-3.sh
5 tests/test-fnmatch-4.sh
6 tests/test-fnmatch-5.sh
7 tests/test-fnmatch.c
8 tests/test-fnmatch-w32-2.sh
9 tests/test-fnmatch-w32-3.sh
10 tests/test-fnmatch-w32-4.sh
11 tests/test-fnmatch-w32-5.sh
12 tests/test-fnmatch-w32-6.sh
13 tests/test-fnmatch-w32-7.sh
14 tests/test-fnmatch-w32-8.sh
15 tests/test-fnmatch-w32.c
16 tests/signature.h
17 tests/macros.h
18 m4/locale-fr.m4
19 m4/locale-ja.m4
20 m4/locale-zh.m4
21 m4/codeset.m4
23 Depends-on:
24 setlocale
25 localcharset
26 mbrtowc
27 wctype-h
29 configure.ac:
30 gt_LOCALE_FR
31 gt_LOCALE_FR_UTF8
32 gt_LOCALE_JA
33 gt_LOCALE_ZH_CN
35 Makefile.am:
36 TESTS += \
37   test-fnmatch-1.sh test-fnmatch-2.sh test-fnmatch-3.sh test-fnmatch-4.sh \
38   test-fnmatch-5.sh \
39   test-fnmatch-w32-2.sh test-fnmatch-w32-3.sh test-fnmatch-w32-4.sh \
40   test-fnmatch-w32-5.sh test-fnmatch-w32-6.sh test-fnmatch-w32-7.sh \
41   test-fnmatch-w32-8.sh
42 TESTS_ENVIRONMENT += \
43   LOCALE_FR='@LOCALE_FR@' \
44   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
45   LOCALE_JA='@LOCALE_JA@' \
46   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
47 check_PROGRAMS += test-fnmatch test-fnmatch-w32
48 test_fnmatch_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) $(MBRTOWC_LIB)
49 test_fnmatch_w32_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) $(MBRTOWC_LIB)