summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormpi <>2013-05-02 09:20:17 +0000
committermpi <>2013-05-02 09:20:17 +0000
commit88297475d30909ea98bfdcf7b87ac8dc0a377cc4 (patch)
tree2dc98936cd940d02a9933eae32872af455283c33 /src
parent6d2757cd9aa0dca4a3588dee63a9998a262326a6 (diff)
downloadopenbsd-88297475d30909ea98bfdcf7b87ac8dc0a377cc4.tar.gz
openbsd-88297475d30909ea98bfdcf7b87ac8dc0a377cc4.tar.bz2
openbsd-88297475d30909ea98bfdcf7b87ac8dc0a377cc4.zip
Hook up fmemopen and open_memstream tests.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index b3a7fe0b2a..0883af1ab3 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,8 +1,9 @@
1# $OpenBSD: Makefile,v 1.35 2012/11/18 04:11:09 jsing Exp $ 1# $OpenBSD: Makefile,v 1.36 2013/05/02 09:20:17 mpi Exp $
2 2
3SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env 3SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env
4SUBDIR+= fnmatch fpclassify getaddrinfo getcap getopt_long glob hsearch 4SUBDIR+= fmemopen fnmatch fpclassify getaddrinfo getcap getopt_long glob
5SUBDIR+= longjmp locale malloc mkstemp netdb orientation popen printf 5SUBDIR+= hsearch longjmp locale malloc mkstemp netdb open_memstream
6SUBDIR+= orientation popen printf
6SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf 7SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf
7SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum 8SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum
8SUBDIR+= telldir time vis 9SUBDIR+= telldir time vis