summaryrefslogtreecommitdiff
path: root/regress/lib/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libc/Makefile')
-rw-r--r--regress/lib/libc/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile
index 9ff25ef6d30..b1a55f1c1f2 100644
--- a/regress/lib/libc/Makefile
+++ b/regress/lib/libc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.53 2019/11/19 20:01:57 bluhm Exp $
+# $OpenBSD: Makefile,v 1.54 2020/01/13 15:35:57 bluhm Exp $
SUBDIR+= _setjmp
SUBDIR+= alloca arc4random-fork atexit
@@ -7,21 +7,22 @@ SUBDIR+= cephes cxa-atexit
SUBDIR+= db dirname
SUBDIR+= env explicit_bzero
SUBDIR+= fmemopen fnmatch fpclassify fread
-SUBDIR+= getaddrinfo getcap getopt_long glob
+SUBDIR+= gcvt getaddrinfo getcap getopt_long glob
SUBDIR+= hsearch
SUBDIR+= ieeefp ifnameindex
-SUBDIR+= ldexp longjmp locale
+SUBDIR+= ldexp locale longjmp
SUBDIR+= malloc mkstemp modf
SUBDIR+= netdb
SUBDIR+= open_memstream orientation
SUBDIR+= popen printf
SUBDIR+= qsort
SUBDIR+= regex
-SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading
+SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading
SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum
SUBDIR+= sys
SUBDIR+= telldir time timingsafe
SUBDIR+= vis
+SUBDIR+= wprintf
.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR+= setjmp-fpu
@@ -31,6 +32,9 @@ SUBDIR+= setjmp-fpu
SUBDIR+= arch/${MACHINE_ARCH}
.endif
+# XXX asr tests to not use bsd.regress.mk and works completly different
+# SUBDIR+= asr
+
install:
.include <bsd.subdir.mk>