diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-07 03:25:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-07 03:25:24 +0000 |
commit | 64b02fd2f5fd5d2e2b7187b5e982fa6b59587500 (patch) | |
tree | 8b833557f08e0d9088bfbeb20af3389680cdc87f /math/Makefile | |
parent | 57d20ee7f27850f2c14e7eeb1e64807e6431d469 (diff) | |
download | glibc-64b02fd2f5fd5d2e2b7187b5e982fa6b59587500.tar glibc-64b02fd2f5fd5d2e2b7187b5e982fa6b59587500.tar.gz glibc-64b02fd2f5fd5d2e2b7187b5e982fa6b59587500.tar.bz2 glibc-64b02fd2f5fd5d2e2b7187b5e982fa6b59587500.zip |
Update.
2003-12-06 Ulrich Drepper <drepper@redhat.com>
* math/Makefile (tests): Add bug-nextafter.
* math/bug-nextafter.c: New file.
* sysdeps/generic/s_nextafter.c: Construct overflow value correctly.
* sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
* math/libm-test.inc (nextafter_test): Add test for overflow after
+/-FLT_MAX etc.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index d04269d298..b8624053a8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -87,7 +87,8 @@ distribute += $(filter-out $(generated),$(long-m-yes:=.c) $(long-c-yes:=.c)) # Rules for the test suite. tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \ - test-misc test-fpucw tst-definitions test-tgmath test-tgmath-ret + test-misc test-fpucw tst-definitions test-tgmath test-tgmath-ret \ + bug-nextafter # We do the `long double' tests only if this data type is available and # distinct from `double'. test-longdouble-yes = test-ldouble test-ildoubl |