diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2014-06-18 08:24:01 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2014-06-18 08:24:01 +0000 |
commit | f64e519739a20e65a083dc525468a39c5f7a4529 (patch) | |
tree | 09f6af12401bfbf391b1c05dda1f7219fd91357b /regress/lib/libc/Makefile | |
parent | 3dd53c2d4a7800aa76ac493de665ece6db85e402 (diff) |
Add regress tests to make sure arc4random(3) is reinitialized
correctly in fork children.
Diffstat (limited to 'regress/lib/libc/Makefile')
-rw-r--r-- | regress/lib/libc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index e7a96f1eceb..06c09d35cd2 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.41 2014/06/13 01:55:02 matthew Exp $ +# $OpenBSD: Makefile,v 1.42 2014/06/18 08:24:00 matthew Exp $ -SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env +SUBDIR+= _setjmp alloca arc4random-fork +SUBDIR+= atexit basename cephes cxa-atexit db dirname env SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream SUBDIR+= orientation popen printf |