summaryrefslogtreecommitdiff
path: root/modules/vasnprintf-posix-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-03-31 20:56:25 -0600
committerEric Blake <ebb9@byu.net>2008-03-31 21:06:57 -0600
commit06945b7c073c0872ec2049c0e0b94f789bf8d77e (patch)
tree6f724a69d7601b1df626fba02e974a3455c68abd /modules/vasnprintf-posix-tests
parent4dd6fc750dfb7f21b2b764737c0656694281ed19 (diff)
downloadgnulib-06945b7c073c0872ec2049c0e0b94f789bf8d77e.tar.gz
Guarantee a definition of NAN.
* lib/math.in.h (NAN): Define if missing. * tests/test-math.c (main): Test it. * doc/posix-headers/math.texi (math.h): Document this. * lib/isnan.c (rpl_isnand): Use it. * tests/test-ceilf1.c (NaN): Delete, and use NAN instead. * tests/test-floorf1.c (NaN): Likewise. * tests/test-frexp.c (NaN): Likewise. * tests/test-isnand.c (NaN): Likewise. * tests/test-isnanf.c (NaN): Likewise. * tests/test-round1.c (NaN): Likewise. * tests/test-roundf1.c (NaN): Likewise. * tests/test-snprintf-posix.h (NaN): Likewise. * tests/test-sprintf-posix.h (NaN): Likewise. * tests/test-trunc1.c (NaN): Likewise. * tests/test-truncf1.c (NaN): Likewise. * tests/test-vasnprintf-posix.c (NaN): Likewise. * tests/test-vasprintf-posix.c (NaN): Likewise. * modules/isnand-nolibm (Depends-on): Add math. * modules/isnanf-nolibm (Depends-on): Likewise. * modules/isnanl (Depends-on): Likewise. * modules/isnanl-nolibm (Depends-on): Likewise. * modules/snprintf-posix-tests (Depends-on): Likewise. * modules/sprintf-posix-tests (Depends-on): Likewise. * modules/vsnprintf-posix-tests (Depends-on): Likewise. * modules/vsprintf-posix-tests (Depends-on): Likewise. * modules/vasnprintf-posix-tests (Depends-on): Likewise. * modules/vasprintf-posix-tests (Depends-on): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/vasnprintf-posix-tests')
-rw-r--r--modules/vasnprintf-posix-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/vasnprintf-posix-tests b/modules/vasnprintf-posix-tests
index 65c1351d00..d8a39d4d91 100644
--- a/modules/vasnprintf-posix-tests
+++ b/modules/vasnprintf-posix-tests
@@ -5,6 +5,7 @@ tests/test-vasnprintf-posix2.c
m4/locale-fr.m4
Depends-on:
+math
stdint
configure.ac: