On Thu, 1 Jul 2021 at 00:16, Sean Anderson <sean...@gmail.com> wrote: > > This tests several aspects of the parser. These tests are primarily adapted > from the *.lil code examples included with upstream LIL. These tests should > probably get their own category, especially if I add additional styles of > tests. > > Signed-off-by: Sean Anderson <sean...@gmail.com> > --- > Yes, I know checkpatch complains about the quoted string being split, but > that warning is intended for user-visible strings. > > MAINTAINERS | 1 + > test/cmd/Makefile | 1 + > test/cmd/lil.c | 339 ++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 341 insertions(+) > create mode 100644 test/cmd/lil.c >
Reviewed-by: Simon Glass <s...@chromium.org>