diff options
| author | schwarze <> | 2020-03-23 03:01:21 +0000 |
|---|---|---|
| committer | schwarze <> | 2020-03-23 03:01:21 +0000 |
| commit | ed759aa6a877b98293e7fa74ea83ad183ea1157d (patch) | |
| tree | d69c1a3c72fe892dcd93216b0b88609a95810c0a /src/regress/lib/libc/Makefile | |
| parent | afbeb5d666df4224373ad3c47cef95d0c68ed8d5 (diff) | |
| download | openbsd-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/Makefile | 4 |
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 | ||
| 3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
| 4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
| @@ -7,7 +7,7 @@ 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+= gcvt getaddrinfo getcap getopt_long glob | 10 | SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob |
| 11 | SUBDIR+= hsearch | 11 | SUBDIR+= hsearch |
| 12 | SUBDIR+= ieeefp ifnameindex | 12 | SUBDIR+= ieeefp ifnameindex |
| 13 | SUBDIR+= ldexp locale longjmp | 13 | SUBDIR+= ldexp locale longjmp |
