diff options
| author | matthew <> | 2014-06-12 22:01:55 +0000 |
|---|---|---|
| committer | matthew <> | 2014-06-12 22:01:55 +0000 |
| commit | 6b58c306f2b5b2dcef66386167df6c8703c397b2 (patch) | |
| tree | 0ce9cb8b7ebd3dd30cbcedcac8a482354569de69 /src/regress/lib/libc/Makefile | |
| parent | 95b33f3e2fad03793adf906f7d3b08883ec3684c (diff) | |
| download | openbsd-6b58c306f2b5b2dcef66386167df6c8703c397b2.tar.gz openbsd-6b58c306f2b5b2dcef66386167df6c8703c397b2.tar.bz2 openbsd-6b58c306f2b5b2dcef66386167df6c8703c397b2.zip | |
Add regress test for explicit_bzero.
Diffstat (limited to 'src/regress/lib/libc/Makefile')
| -rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index f138f16ffd..71eb6398a8 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.39 2014/06/07 01:46:40 tobiasu Exp $ | 1 | # $OpenBSD: Makefile,v 1.40 2014/06/12 22:01:55 matthew Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env | 3 | SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env |
| 4 | SUBDIR+= fmemopen fnmatch fpclassify getcap getopt_long glob | 4 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob |
| 5 | SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream | 5 | SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream |
| 6 | SUBDIR+= orientation popen printf | 6 | SUBDIR+= orientation popen printf |
| 7 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf | 7 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf |
