summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/getopt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more tests after getopt_long.c rev. 1.32;schwarze2020-05-271-10/+43
| | | | OK martijn@
* Add a test program for getopt(3) that is adequate for manual testingschwarze2020-03-233-0/+172
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.