
3 Nov
2020
3 Nov
'20
4:11 p.m.
On Sat, 17 Oct 2020 at 12:08, Sean Anderson seanga2@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 seanga2@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 sjg@chromium.org