diff options
author | millert <> | 2014-12-02 17:26:30 +0000 |
---|---|---|
committer | millert <> | 2014-12-02 17:26:30 +0000 |
commit | 8ee336a82206d7cb3cd54eb6e4b0db55e613900b (patch) | |
tree | feeefbca23a1297379c5beb4a0fdd0b0cebee5f0 /src | |
parent | e7e600eb57a165f5f50250f84829e68d0e33c7c3 (diff) | |
download | openbsd-8ee336a82206d7cb3cd54eb6e4b0db55e613900b.tar.gz openbsd-8ee336a82206d7cb3cd54eb6e4b0db55e613900b.tar.bz2 openbsd-8ee336a82206d7cb3cd54eb6e4b0db55e613900b.zip |
Add strnlen to SUBDIRS so we actually run its tests.
Diffstat (limited to 'src')
-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 114d6f0f78..61424eaaf8 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.43 2014/07/03 21:12:24 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.44 2014/12/02 17:26:30 millert Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca arc4random-fork | 3 | SUBDIR+= _setjmp alloca arc4random-fork |
4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env | 4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env |
@@ -6,7 +6,7 @@ SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob | |||
6 | SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream | 6 | SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream |
7 | SUBDIR+= orientation popen printf | 7 | SUBDIR+= orientation popen printf |
8 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf | 8 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf |
9 | SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum | 9 | SUBDIR+= stdio_threading stpncpy strerror strnlen strtod strtol strtonum |
10 | SUBDIR+= telldir time timingsafe vis | 10 | SUBDIR+= telldir time timingsafe vis |
11 | 11 | ||
12 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) | 12 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) |