summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authorvisa <>2017-10-15 12:15:30 +0000
committervisa <>2017-10-15 12:15:30 +0000
commit2730ecb4adb4efcd9352c1fc403b4ca9791c054d (patch)
tree2b56ab0b8e16ace46d11892234657618f6d88b7b /src/regress/lib/libc/Makefile
parent31480a4cf9b7421dfffa30591096c6e8854f1638 (diff)
downloadopenbsd-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/Makefile4
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
3SUBDIR+= _setjmp 3SUBDIR+= _setjmp
4SUBDIR+= alloca arc4random-fork atexit 4SUBDIR+= alloca arc4random-fork atexit
@@ -10,7 +10,7 @@ SUBDIR+= fmemopen fnmatch fpclassify
10SUBDIR+= getaddrinfo getcap getopt_long glob 10SUBDIR+= getaddrinfo getcap getopt_long glob
11SUBDIR+= hsearch 11SUBDIR+= hsearch
12SUBDIR+= ieeefp ifnameindex 12SUBDIR+= ieeefp ifnameindex
13SUBDIR+= longjmp locale 13SUBDIR+= ldexp longjmp locale
14SUBDIR+= malloc mkstemp modf 14SUBDIR+= malloc mkstemp modf
15SUBDIR+= netdb 15SUBDIR+= netdb
16SUBDIR+= open_memstream orientation 16SUBDIR+= open_memstream orientation