posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / strtold-tests
blobdc82f50a086301d56aa7d4339b1fe9c158c3c38f
1 Files:
2 tests/test-strtold.c
3 tests/test-strtold1.sh
4 tests/test-strtold1.c
5 tests/signature.h
6 tests/minus-zero.h
7 tests/macros.h
8 m4/locale-fr.m4
9 m4/codeset.m4
11 Depends-on:
12 float
13 isnanl-nolibm
14 signbit
16 configure.ac:
17 gt_LOCALE_FR
18 gt_LOCALE_FR_UTF8
20 Makefile.am:
21 TESTS += test-strtold
22 check_PROGRAMS += test-strtold
24 TESTS += test-strtold1.sh
25 TESTS_ENVIRONMENT += \
26   LOCALE_FR='@LOCALE_FR@' \
27   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
28 check_PROGRAMS += test-strtold1
29 test_strtold1_LDADD = $(LDADD) $(LIB_SETLOCALE)