summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2014-12-02 17:26:30 +0000
committermillert <millert@openbsd.org>2014-12-02 17:26:30 +0000
commit329c6c51b2a5118c389e0e9bf044e4b1774f245c (patch)
tree418cf53806be4ec32dd770896b42d48e9e4b5991 /regress/lib/libc
parentsync (diff)
downloadwireguard-openbsd-329c6c51b2a5118c389e0e9bf044e4b1774f245c.tar.xz
wireguard-openbsd-329c6c51b2a5118c389e0e9bf044e4b1774f245c.zip
Add strnlen to SUBDIRS so we actually run its tests.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile
index 114d6f0f78d..61424eaaf89 100644
--- a/regress/lib/libc/Makefile
+++ b/regress/lib/libc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.43 2014/07/03 21:12:24 miod Exp $
+# $OpenBSD: Makefile,v 1.44 2014/12/02 17:26:30 millert Exp $
SUBDIR+= _setjmp alloca arc4random-fork
SUBDIR+= atexit basename cephes cxa-atexit db dirname env
@@ -6,7 +6,7 @@ SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob
SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream
SUBDIR+= orientation popen printf
SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf
-SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum
+SUBDIR+= stdio_threading stpncpy strerror strnlen strtod strtol strtonum
SUBDIR+= telldir time timingsafe vis
.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)