commit | 6fbe005441a89cb28ce3af027f36199d46d936c4 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Tue Oct 27 19:55:37 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 30 10:56:11 2020 -0400 |
tree | f5cc3d16bcbeb3d1632f14d81198ffc261557407 | |
parent | 3b4a6f56078eabeec78d5d980f8159a1c80a9a6b [diff] |
test: Add a test for getopt A few of these tests were inspired by those in glibc. The syntax for invoking test_getopt is a bit funky, but it's necessary so that the CPP can parse the arguments correctly. Signed-off-by: Sean Anderson <seanga2@gmail.com>