readutmp, boot-time: Work around a Cygwin 3.5.3 bug.
[gnulib.git] / modules / strtold-tests
blobabe35ae82a59b7126d627a461635bc62d889154d
1 Files:
2 tests/test-strtold.c
3 tests/test-strtold.h
4 tests/test-strtold1.sh
5 tests/test-strtold1.c
6 tests/signature.h
7 tests/minus-zero.h
8 tests/macros.h
9 m4/locale-fr.m4
10 m4/codeset.m4
12 Depends-on:
13 float
14 isnanl-nolibm
15 signbit
16 setlocale
18 configure.ac:
19 gt_LOCALE_FR
20 gt_LOCALE_FR_UTF8
22 Makefile.am:
23 TESTS += test-strtold
24 check_PROGRAMS += test-strtold
26 TESTS += test-strtold1.sh
27 TESTS_ENVIRONMENT += \
28   LOCALE_FR='@LOCALE_FR@' \
29   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
30   LC_NUMERIC_IMPLEMENTED='@LC_NUMERIC_IMPLEMENTED@'
31 check_PROGRAMS += test-strtold1
32 test_strtold1_LDADD = $(LDADD) $(SETLOCALE_LIB)