summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authormatthew <>2014-06-18 08:24:00 +0000
committermatthew <>2014-06-18 08:24:00 +0000
commit067b361c7dbce14db401c57d13ca4e1146dedc3c (patch)
tree2ebd193036aaa17c6541fe588d07d51ab0565947 /src/regress/lib/libc/Makefile
parent55ad4aef932036908afcad6f20ae13f48e12db53 (diff)
downloadopenbsd-067b361c7dbce14db401c57d13ca4e1146dedc3c.tar.gz
openbsd-067b361c7dbce14db401c57d13ca4e1146dedc3c.tar.bz2
openbsd-067b361c7dbce14db401c57d13ca4e1146dedc3c.zip
Add regress tests to make sure arc4random(3) is reinitialized
correctly in fork children.
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r--src/regress/lib/libc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index e7a96f1ece..06c09d35cd 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,6 +1,7 @@
1# $OpenBSD: Makefile,v 1.41 2014/06/13 01:55:02 matthew Exp $ 1# $OpenBSD: Makefile,v 1.42 2014/06/18 08:24:00 matthew Exp $
2 2
3SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env 3SUBDIR+= _setjmp alloca arc4random-fork
4SUBDIR+= atexit basename cephes cxa-atexit db dirname env
4SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob 5SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob
5SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream 6SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream
6SUBDIR+= orientation popen printf 7SUBDIR+= orientation popen printf