summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authorespie <>2005-08-11 21:57:02 +0000
committerespie <>2005-08-11 21:57:02 +0000
commit829f2222cd261dcd6fb77cea4c4489e9e744ba6a (patch)
tree2147a2d8f3ee470a11700e6813a84f2bcaf105f8 /src/regress/lib/libc/Makefile
parentd7398a270c9cd1b7b4d545ed70ea24384781a86c (diff)
downloadopenbsd-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/Makefile5
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
3SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp malloc 3SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp \
4SUBDIR+= locale malloc
4SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp 5SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp
5SUBDIR+= sprintf strerror strtonum time 6SUBDIR+= sprintf strerror strtonum time
6 7