diff options
author | tobiasu <> | 2014-06-07 01:47:02 +0000 |
---|---|---|
committer | tobiasu <> | 2014-06-07 01:47:02 +0000 |
commit | cdcb57035b4584fe754a6f9a8a18b47cc2b8fc27 (patch) | |
tree | 4160a1be059f6e1497e93fcbe814d7f46260d904 /src/regress/lib/libc/Makefile | |
parent | 93ba46972d1208b467cbbdcfb9ae5873587eb6ba (diff) | |
download | openbsd-cdcb57035b4584fe754a6f9a8a18b47cc2b8fc27.tar.gz openbsd-cdcb57035b4584fe754a6f9a8a18b47cc2b8fc27.tar.bz2 openbsd-cdcb57035b4584fe754a6f9a8a18b47cc2b8fc27.zip |
Add basic regression test for modf() issue.
encouraged by deraadt and miod
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 3109c0c1fd..f138f16ffd 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.38 2013/12/29 01:39:44 martynas Exp $ | 1 | # $OpenBSD: Makefile,v 1.39 2014/06/07 01:46:40 tobiasu Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env | 3 | SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env |
4 | SUBDIR+= fmemopen fnmatch fpclassify getcap getopt_long glob | 4 | SUBDIR+= fmemopen fnmatch fpclassify getcap getopt_long glob |
5 | SUBDIR+= hsearch longjmp locale malloc mkstemp netdb open_memstream | 5 | SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream |
6 | SUBDIR+= orientation popen printf | 6 | SUBDIR+= orientation popen printf |
7 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf | 7 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf |
8 | SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum | 8 | SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum |