diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2020-01-13 15:35:58 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2020-01-13 15:35:58 +0000 |
commit | 7a2b1bfe63932a731fbc16d4430104c8129d58ef (patch) | |
tree | 16a649c4c79210612aa531c7ff8051206e30a716 /regress/lib/libc | |
parent | 8374869a58b2154d75c0cdbe695da173628d238a (diff) |
Link forgotten libc tests to the build.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/Makefile | 12 | ||||
-rw-r--r-- | regress/lib/libc/locale/Makefile | 4 |
2 files changed, 10 insertions, 6 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> diff --git a/regress/lib/libc/locale/Makefile b/regress/lib/libc/locale/Makefile index b3ca6bad857..550f176d4c3 100644 --- a/regress/lib/libc/locale/Makefile +++ b/regress/lib/libc/locale/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.6 2017/07/27 15:08:37 bluhm Exp $ +# $OpenBSD: Makefile,v 1.7 2020/01/13 15:35:57 bluhm Exp $ -SUBDIR = check_isw mbrtowc setlocale wcrtomb +SUBDIR = check_isw mbrtowc setlocale uselocale wcrtomb .include <bsd.subdir.mk> |