diff options
author | 2013-05-02 09:20:17 +0000 | |
---|---|---|
committer | 2013-05-02 09:20:17 +0000 | |
commit | 1c9543d906fa7b84fdec37c24e7c85a6276f1229 (patch) | |
tree | 49468eeb94b755f8381810e9ce21967438c2bdb8 /regress/lib/libc | |
parent | always attach the battery sensor if the adapter lets us query it. (diff) | |
download | wireguard-openbsd-1c9543d906fa7b84fdec37c24e7c85a6276f1229.tar.xz wireguard-openbsd-1c9543d906fa7b84fdec37c24e7c85a6276f1229.zip |
Hook up fmemopen and open_memstream tests.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index b3a7fe0b2a3..0883af1ab3e 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.35 2012/11/18 04:11:09 jsing Exp $ +# $OpenBSD: Makefile,v 1.36 2013/05/02 09:20:17 mpi Exp $ SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env -SUBDIR+= fnmatch fpclassify getaddrinfo getcap getopt_long glob hsearch -SUBDIR+= longjmp locale malloc mkstemp netdb orientation popen printf +SUBDIR+= fmemopen fnmatch fpclassify getaddrinfo getcap getopt_long glob +SUBDIR+= hsearch longjmp locale malloc mkstemp netdb open_memstream +SUBDIR+= orientation popen printf SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum SUBDIR+= telldir time vis |