On Sat, 17 Oct 2020 at 12:08, Sean Anderson <sean...@gmail.com> 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 <sean...@gmail.com> > --- > > (no changes since v1) > > test/lib/Makefile | 1 + > test/lib/getopt.c | 123 ++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 124 insertions(+) > create mode 100644 test/lib/getopt.c
Reviewed-by: Simon Glass <s...@chromium.org>