Re: [PATCH v4 18/22] test: Add a test for getopt

2020-10-30 Thread Tom Rini
On Tue, Oct 27, 2020 at 07:55:37PM -0400, Sean Anderson wrote: > 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 Applied to

[PATCH v4 18/22] test: Add a test for getopt

2020-10-27 Thread Sean Anderson
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 --- (no changes since v1) test/lib/Makefile | 1 + test/lib/getopt.c | 123