relocatable-lib-lgpl: Allow unconditional use of set_relocation_prefix.
[gnulib.git] / modules / strtod-tests
blob5ac57ca9ac9edf09b42c6702073f7e4c32f29f78
1 Files:
2 tests/test-strtod.c
3 tests/test-strtod.h
4 tests/test-strtod1.sh
5 tests/test-strtod1.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 isnand-nolibm
15 signbit
16 setlocale
18 configure.ac:
19 gt_LOCALE_FR
20 gt_LOCALE_FR_UTF8
22 Makefile.am:
23 TESTS += test-strtod
24 check_PROGRAMS += test-strtod
26 TESTS += test-strtod1.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-strtod1
32 test_strtod1_LDADD = $(LDADD) $(SETLOCALE_LIB)