diff options
| author | espie <> | 2005-08-11 21:57:02 +0000 |
|---|---|---|
| committer | espie <> | 2005-08-11 21:57:02 +0000 |
| commit | 829f2222cd261dcd6fb77cea4c4489e9e744ba6a (patch) | |
| tree | 2147a2d8f3ee470a11700e6813a84f2bcaf105f8 /src/regress/lib/libc/Makefile | |
| parent | d7398a270c9cd1b7b4d545ed70ea24384781a86c (diff) | |
| download | openbsd-829f2222cd261dcd6fb77cea4c4489e9e744ba6a.tar.gz openbsd-829f2222cd261dcd6fb77cea4c4489e9e744ba6a.tar.bz2 openbsd-829f2222cd261dcd6fb77cea4c4489e9e744ba6a.zip | |
regression test to check that isw* functions yield the same result as
is* functions, and that basic mb->wchar conversion yields sensible results.
Diffstat (limited to 'src/regress/lib/libc/Makefile')
| -rw-r--r-- | src/regress/lib/libc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 34d418e428..6a20b61c46 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.18 2004/10/25 15:10:36 otto Exp $ | 1 | # $OpenBSD: Makefile,v 1.19 2005/08/11 21:57:02 espie Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp malloc | 3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp \ |
| 4 | SUBDIR+= locale malloc | ||
| 4 | SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp | 5 | SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp |
| 5 | SUBDIR+= sprintf strerror strtonum time | 6 | SUBDIR+= sprintf strerror strtonum time |
| 6 | 7 | ||
