diff options
| author | visa <> | 2017-10-15 12:15:30 +0000 |
|---|---|---|
| committer | visa <> | 2017-10-15 12:15:30 +0000 |
| commit | 2730ecb4adb4efcd9352c1fc403b4ca9791c054d (patch) | |
| tree | 2b56ab0b8e16ace46d11892234657618f6d88b7b /src/regress/lib/libc/Makefile | |
| parent | 31480a4cf9b7421dfffa30591096c6e8854f1638 (diff) | |
| download | openbsd-2730ecb4adb4efcd9352c1fc403b4ca9791c054d.tar.gz openbsd-2730ecb4adb4efcd9352c1fc403b4ca9791c054d.tar.bz2 openbsd-2730ecb4adb4efcd9352c1fc403b4ca9791c054d.zip | |
Add a regression test for ldexp(3).
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 c91456d826..0530008c49 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.50 2017/07/27 17:56:35 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.51 2017/10/15 12:15:30 visa Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
| 4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
| @@ -10,7 +10,7 @@ SUBDIR+= fmemopen fnmatch fpclassify | |||
| 10 | SUBDIR+= getaddrinfo getcap getopt_long glob | 10 | SUBDIR+= getaddrinfo getcap getopt_long glob |
| 11 | SUBDIR+= hsearch | 11 | SUBDIR+= hsearch |
| 12 | SUBDIR+= ieeefp ifnameindex | 12 | SUBDIR+= ieeefp ifnameindex |
| 13 | SUBDIR+= longjmp locale | 13 | SUBDIR+= ldexp longjmp locale |
| 14 | SUBDIR+= malloc mkstemp modf | 14 | SUBDIR+= malloc mkstemp modf |
| 15 | SUBDIR+= netdb | 15 | SUBDIR+= netdb |
| 16 | SUBDIR+= open_memstream orientation | 16 | SUBDIR+= open_memstream orientation |
