diff options
author | matthew <> | 2014-06-18 08:24:00 +0000 |
---|---|---|
committer | matthew <> | 2014-06-18 08:24:00 +0000 |
commit | 067b361c7dbce14db401c57d13ca4e1146dedc3c (patch) | |
tree | 2ebd193036aaa17c6541fe588d07d51ab0565947 /src/regress/lib/libc/Makefile | |
parent | 55ad4aef932036908afcad6f20ae13f48e12db53 (diff) | |
download | openbsd-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/Makefile | 5 |
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 | ||
3 | SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env | 3 | SUBDIR+= _setjmp alloca arc4random-fork |
4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env | ||
4 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob | 5 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob |
5 | SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream | 6 | SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream |
6 | SUBDIR+= orientation popen printf | 7 | SUBDIR+= orientation popen printf |