summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbluhm <>2020-01-13 15:35:57 +0000
committerbluhm <>2020-01-13 15:35:57 +0000
commite0e501bf6a71ed70fd4978ad8b97a2d70a3d6808 (patch)
tree15a1851894aee2e03d0173f2cc23c020407dfc40 /src
parent996be56cf768b80e4785865e699cef34a00a6000 (diff)
downloadopenbsd-e0e501bf6a71ed70fd4978ad8b97a2d70a3d6808.tar.gz
openbsd-e0e501bf6a71ed70fd4978ad8b97a2d70a3d6808.tar.bz2
openbsd-e0e501bf6a71ed70fd4978ad8b97a2d70a3d6808.zip
Link forgotten libc tests to the build.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/Makefile12
-rw-r--r--src/regress/lib/libc/locale/Makefile4
2 files changed, 10 insertions, 6 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index 9ff25ef6d3..b1a55f1c1f 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.53 2019/11/19 20:01:57 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.54 2020/01/13 15:35:57 bluhm Exp $
2 2
3SUBDIR+= _setjmp 3SUBDIR+= _setjmp
4SUBDIR+= alloca arc4random-fork atexit 4SUBDIR+= alloca arc4random-fork atexit
@@ -7,21 +7,22 @@ SUBDIR+= cephes cxa-atexit
7SUBDIR+= db dirname 7SUBDIR+= db dirname
8SUBDIR+= env explicit_bzero 8SUBDIR+= env explicit_bzero
9SUBDIR+= fmemopen fnmatch fpclassify fread 9SUBDIR+= fmemopen fnmatch fpclassify fread
10SUBDIR+= getaddrinfo getcap getopt_long glob 10SUBDIR+= gcvt getaddrinfo getcap getopt_long glob
11SUBDIR+= hsearch 11SUBDIR+= hsearch
12SUBDIR+= ieeefp ifnameindex 12SUBDIR+= ieeefp ifnameindex
13SUBDIR+= ldexp longjmp locale 13SUBDIR+= ldexp locale longjmp
14SUBDIR+= malloc mkstemp modf 14SUBDIR+= malloc mkstemp modf
15SUBDIR+= netdb 15SUBDIR+= netdb
16SUBDIR+= open_memstream orientation 16SUBDIR+= open_memstream orientation
17SUBDIR+= popen printf 17SUBDIR+= popen printf
18SUBDIR+= qsort 18SUBDIR+= qsort
19SUBDIR+= regex 19SUBDIR+= regex
20SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading 20SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading
21SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum 21SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum
22SUBDIR+= sys 22SUBDIR+= sys
23SUBDIR+= telldir time timingsafe 23SUBDIR+= telldir time timingsafe
24SUBDIR+= vis 24SUBDIR+= vis
25SUBDIR+= wprintf
25 26
26.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) 27.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
27SUBDIR+= setjmp-fpu 28SUBDIR+= setjmp-fpu
@@ -31,6 +32,9 @@ SUBDIR+= setjmp-fpu
31SUBDIR+= arch/${MACHINE_ARCH} 32SUBDIR+= arch/${MACHINE_ARCH}
32.endif 33.endif
33 34
35# XXX asr tests to not use bsd.regress.mk and works completly different
36# SUBDIR+= asr
37
34install: 38install:
35 39
36.include <bsd.subdir.mk> 40.include <bsd.subdir.mk>
diff --git a/src/regress/lib/libc/locale/Makefile b/src/regress/lib/libc/locale/Makefile
index b3ca6bad85..550f176d4c 100644
--- a/src/regress/lib/libc/locale/Makefile
+++ b/src/regress/lib/libc/locale/Makefile
@@ -1,5 +1,5 @@
1# $OpenBSD: Makefile,v 1.6 2017/07/27 15:08:37 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.7 2020/01/13 15:35:57 bluhm Exp $
2 2
3SUBDIR = check_isw mbrtowc setlocale wcrtomb 3SUBDIR = check_isw mbrtowc setlocale uselocale wcrtomb
4 4
5.include <bsd.subdir.mk> 5.include <bsd.subdir.mk>