summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authorschwarze <>2020-03-23 03:01:21 +0000
committerschwarze <>2020-03-23 03:01:21 +0000
commited759aa6a877b98293e7fa74ea83ad183ea1157d (patch)
treed69c1a3c72fe892dcd93216b0b88609a95810c0a /src/regress/lib/libc/Makefile
parentafbeb5d666df4224373ad3c47cef95d0c68ed8d5 (diff)
downloadopenbsd-ed759aa6a877b98293e7fa74ea83ad183ea1157d.tar.gz
openbsd-ed759aa6a877b98293e7fa74ea83ad183ea1157d.tar.bz2
openbsd-ed759aa6a877b98293e7fa74ea83ad183ea1157d.zip
Add a test program for getopt(3) that is adequate for manual testing
and a compact test suite for getopt(3) intended automated regression testing, both written from scratch. The suite is intended to provide full coverage, except that it doesn't test manual changes of optind and optreset and except that it so far avoids the situation where we have a known bug.
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r--src/regress/lib/libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index b1a55f1c1f..3d0712f951 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.54 2020/01/13 15:35:57 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.55 2020/03/23 03:01:21 schwarze Exp $
2 2
3SUBDIR+= _setjmp 3SUBDIR+= _setjmp
4SUBDIR+= alloca arc4random-fork atexit 4SUBDIR+= alloca arc4random-fork atexit
@@ -7,7 +7,7 @@ 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+= gcvt getaddrinfo getcap getopt_long glob 10SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob
11SUBDIR+= hsearch 11SUBDIR+= hsearch
12SUBDIR+= ieeefp ifnameindex 12SUBDIR+= ieeefp ifnameindex
13SUBDIR+= ldexp locale longjmp 13SUBDIR+= ldexp locale longjmp