diff options
author | otto <> | 2006-09-29 11:00:24 +0000 |
---|---|---|
committer | otto <> | 2006-09-29 11:00:24 +0000 |
commit | b111751208a94882547ae748c16e7978fa7226b6 (patch) | |
tree | 5da3321fe5d4c05cad86a57aa9910780f3e3b577 /src/regress/lib/libc/Makefile | |
parent | 3e7a96453995beff0dd6bfbefb9db0b02fbb7ef5 (diff) | |
download | openbsd-b111751208a94882547ae748c16e7978fa7226b6.tar.gz openbsd-b111751208a94882547ae748c16e7978fa7226b6.tar.bz2 openbsd-b111751208a94882547ae748c16e7978fa7226b6.zip |
add strtod() underflow test
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index a6d3d766b1..04970c7e16 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,9 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.23 2006/03/25 20:28:19 otto Exp $ | 1 | # $OpenBSD: Makefile,v 1.24 2006/09/29 11:00:24 otto Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo getcap getopt_long hsearch longjmp | 3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo getcap getopt_long hsearch longjmp |
4 | SUBDIR+= locale malloc | 4 | SUBDIR+= locale malloc |
5 | SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp | 5 | SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp |
6 | SUBDIR+= sprintf strerror strtonum telldir time vis | 6 | SUBDIR+= sprintf strerror strtod strtonum telldir time vis |
7 | 7 | ||
8 | .if (${MACHINE_ARCH} != "vax") | 8 | .if (${MACHINE_ARCH} != "vax") |
9 | SUBDIR+= ieeefp | 9 | SUBDIR+= ieeefp |