euidaccess: Fix test failure on native Windows.
[gnulib.git] / modules / strtof-tests
blobe32bac4973d529d0535fc90ea9d2362c122354a0
1 Files:
2 tests/test-strtof.c
3 tests/test-strtof.h
4 tests/test-strtof1.sh
5 tests/test-strtof1.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 isnanf-nolibm
15 signbit
16 setlocale
18 configure.ac:
19 gt_LOCALE_FR
20 gt_LOCALE_FR_UTF8
22 Makefile.am:
23 TESTS += test-strtof
24 check_PROGRAMS += test-strtof
26 TESTS += test-strtof1.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-strtof1
32 test_strtof1_LDADD = $(LDADD) $(SETLOCALE_LIB)