repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git]
/
modules
/
strtod-tests
blob
03966580f9368338605a8ad82e2d5429ce7c60c0
1
Files:
2
tests/test-strtod.c
3
tests/test-strtod1.sh
4
tests/test-strtod1.c
5
tests/signature.h
6
tests/minus-zero.h
7
tests/macros.h
8
m4/locale-fr.m4
9
m4/codeset.m4
10
11
Depends-on:
12
float
13
isnand-nolibm
14
signbit
15
16
configure.ac:
17
gt_LOCALE_FR
18
gt_LOCALE_FR_UTF8
19
20
Makefile.am:
21
TESTS += test-strtod
22
check_PROGRAMS += test-strtod
23
24
TESTS += test-strtod1.sh
25
TESTS_ENVIRONMENT += \
26
LOCALE_FR='@LOCALE_FR@' \
27
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
28
check_PROGRAMS += test-strtod1
29
test_strtod1_LDADD = $(LDADD) $(LIB_SETLOCALE)