diff options
author | bluhm <> | 2020-01-13 15:35:57 +0000 |
---|---|---|
committer | bluhm <> | 2020-01-13 15:35:57 +0000 |
commit | e0e501bf6a71ed70fd4978ad8b97a2d70a3d6808 (patch) | |
tree | 15a1851894aee2e03d0173f2cc23c020407dfc40 /src | |
parent | 996be56cf768b80e4785865e699cef34a00a6000 (diff) | |
download | openbsd-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/Makefile | 12 | ||||
-rw-r--r-- | src/regress/lib/libc/locale/Makefile | 4 |
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 | ||
3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
@@ -7,21 +7,22 @@ SUBDIR+= cephes cxa-atexit | |||
7 | SUBDIR+= db dirname | 7 | SUBDIR+= db dirname |
8 | SUBDIR+= env explicit_bzero | 8 | SUBDIR+= env explicit_bzero |
9 | SUBDIR+= fmemopen fnmatch fpclassify fread | 9 | SUBDIR+= fmemopen fnmatch fpclassify fread |
10 | SUBDIR+= getaddrinfo getcap getopt_long glob | 10 | SUBDIR+= gcvt getaddrinfo getcap getopt_long glob |
11 | SUBDIR+= hsearch | 11 | SUBDIR+= hsearch |
12 | SUBDIR+= ieeefp ifnameindex | 12 | SUBDIR+= ieeefp ifnameindex |
13 | SUBDIR+= ldexp longjmp locale | 13 | SUBDIR+= ldexp locale longjmp |
14 | SUBDIR+= malloc mkstemp modf | 14 | SUBDIR+= malloc mkstemp modf |
15 | SUBDIR+= netdb | 15 | SUBDIR+= netdb |
16 | SUBDIR+= open_memstream orientation | 16 | SUBDIR+= open_memstream orientation |
17 | SUBDIR+= popen printf | 17 | SUBDIR+= popen printf |
18 | SUBDIR+= qsort | 18 | SUBDIR+= qsort |
19 | SUBDIR+= regex | 19 | SUBDIR+= regex |
20 | SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading | 20 | SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading |
21 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum | 21 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum |
22 | SUBDIR+= sys | 22 | SUBDIR+= sys |
23 | SUBDIR+= telldir time timingsafe | 23 | SUBDIR+= telldir time timingsafe |
24 | SUBDIR+= vis | 24 | SUBDIR+= vis |
25 | SUBDIR+= 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) |
27 | SUBDIR+= setjmp-fpu | 28 | SUBDIR+= setjmp-fpu |
@@ -31,6 +32,9 @@ SUBDIR+= setjmp-fpu | |||
31 | SUBDIR+= arch/${MACHINE_ARCH} | 32 | SUBDIR+= 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 | |||
34 | install: | 38 | install: |
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 | ||
3 | SUBDIR = check_isw mbrtowc setlocale wcrtomb | 3 | SUBDIR = check_isw mbrtowc setlocale uselocale wcrtomb |
4 | 4 | ||
5 | .include <bsd.subdir.mk> | 5 | .include <bsd.subdir.mk> |